summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go
new file mode 100644
index 00000000..d23f4841
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go
@@ -0,0 +1,17 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// InstitutionData undocumented
+type InstitutionData struct {
+ // Object is the base model of InstitutionData
+ Object
+ // Description undocumented
+ Description *string `json:"description,omitempty"`
+ // DisplayName undocumented
+ DisplayName *string `json:"displayName,omitempty"`
+ // Location undocumented
+ Location *PhysicalAddress `json:"location,omitempty"`
+ // WebURL undocumented
+ WebURL *string `json:"webUrl,omitempty"`
+}