// 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"`
}