summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go
deleted file mode 100644
index 37648f4f..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/ParticipantInfoModel.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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"`
-}