diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go new file mode 100644 index 0000000..67b80dc --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelInstitution.go @@ -0,0 +1,17 @@ +// Code generated by msgraph.go/gen 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"` +} |
