summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelEndpoint.go
blob: 8a69f318dd876e49b66b18d14d079bcee89b0c11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// Endpoint undocumented
type Endpoint struct {
	// DirectoryObject is the base model of Endpoint
	DirectoryObject
	// Capability undocumented
	Capability *string `json:"capability,omitempty"`
	// ProviderID undocumented
	ProviderID *string `json:"providerId,omitempty"`
	// ProviderName undocumented
	ProviderName *string `json:"providerName,omitempty"`
	// URI undocumented
	URI *string `json:"uri,omitempty"`
	// ProviderResourceID undocumented
	ProviderResourceID *string `json:"providerResourceId,omitempty"`
}