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