2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2019-12-26 22:12:28 +00:00
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
|
|
|
// AllowedDataLocation undocumented
|
|
|
|
type AllowedDataLocation struct {
|
|
|
|
// Entity is the base model of AllowedDataLocation
|
|
|
|
Entity
|
|
|
|
// AppID undocumented
|
|
|
|
AppID *string `json:"appId,omitempty"`
|
|
|
|
// Location undocumented
|
|
|
|
Location *string `json:"location,omitempty"`
|
|
|
|
// IsDefault undocumented
|
|
|
|
IsDefault *bool `json:"isDefault,omitempty"`
|
|
|
|
// Domain undocumented
|
|
|
|
Domain *string `json:"domain,omitempty"`
|
|
|
|
}
|
2020-03-15 22:43:46 +00:00
|
|
|
|
|
|
|
// AllowedDataLocationInfo undocumented
|
|
|
|
type AllowedDataLocationInfo struct {
|
|
|
|
// Object is the base model of AllowedDataLocationInfo
|
|
|
|
Object
|
|
|
|
}
|