summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/CompanyDetailModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/CompanyDetailModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/CompanyDetailModel.go21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/CompanyDetailModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/CompanyDetailModel.go
new file mode 100644
index 00000000..36ee49e8
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/CompanyDetailModel.go
@@ -0,0 +1,21 @@
+// 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"`
+}