diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelEndpoint.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelEndpoint.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelEndpoint.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelEndpoint.go new file mode 100644 index 00000000..91b91c20 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelEndpoint.go @@ -0,0 +1,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"` +} |