diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go new file mode 100644 index 00000000..37648f4f --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go @@ -0,0 +1,19 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ParticipantInfo undocumented +type ParticipantInfo struct { + // Object is the base model of ParticipantInfo + Object + // Identity undocumented + Identity *IdentitySet `json:"identity,omitempty"` + // EndpointType undocumented + EndpointType *EndpointType `json:"endpointType,omitempty"` + // Region undocumented + Region *string `json:"region,omitempty"` + // LanguageID undocumented + LanguageID *string `json:"languageId,omitempty"` + // CountryCode undocumented + CountryCode *string `json:"countryCode,omitempty"` +} |