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