summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/SiteCollectionModel.go
blob: 5e5a7d89ece29c755d19f1bae777e16b2fe15371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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"`
}