blob: 67b80dc889fbf5c987a31493058769b4800d1aaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"`
}
|