diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/CompanyDetailModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/CompanyDetailModel.go | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/CompanyDetailModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/CompanyDetailModel.go deleted file mode 100644 index 36ee49e8..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/CompanyDetailModel.go +++ /dev/null @@ -1,21 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// CompanyDetail undocumented -type CompanyDetail struct { - // Object is the base model of CompanyDetail - Object - // DisplayName undocumented - DisplayName *string `json:"displayName,omitempty"` - // Pronunciation undocumented - Pronunciation *string `json:"pronunciation,omitempty"` - // Department undocumented - Department *string `json:"department,omitempty"` - // OfficeLocation undocumented - OfficeLocation *string `json:"officeLocation,omitempty"` - // Address undocumented - Address *PhysicalAddress `json:"address,omitempty"` - // WebURL undocumented - WebURL *string `json:"webUrl,omitempty"` -} |