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