diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/SiteCollectionModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/SiteCollectionModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/SiteCollectionModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/SiteCollectionModel.go deleted file mode 100644 index 5e5a7d89..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/SiteCollectionModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// SiteCollection undocumented -type SiteCollection struct { - // Object is the base model of SiteCollection - Object - // DataLocationCode undocumented - DataLocationCode *string `json:"dataLocationCode,omitempty"` - // Hostname undocumented - Hostname *string `json:"hostname,omitempty"` - // Root undocumented - Root *Root `json:"root,omitempty"` -} |