summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EndpointModel.go
blob: 91b91c201f98b86776a04c7af83c8f79cfbb3679 (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-generate.go 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"`
}