diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/InstitutionDataModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/InstitutionDataModel.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/InstitutionDataModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/InstitutionDataModel.go deleted file mode 100644 index d23f4841..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/InstitutionDataModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// 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"` -} |