summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ExternalModel.go
blob: 0b668b109f92bc431ba1d0f4a42f74b1ce9a7497 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// External undocumented
type External struct {
	// Entity is the base model of External
	Entity
	// Connections undocumented
	Connections []ExternalConnection `json:"connections,omitempty"`
}