github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelAllowed.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // AllowedDataLocation undocumented
     6  type AllowedDataLocation struct {
     7  	// Entity is the base model of AllowedDataLocation
     8  	Entity
     9  	// AppID undocumented
    10  	AppID *string `json:"appId,omitempty"`
    11  	// Location undocumented
    12  	Location *string `json:"location,omitempty"`
    13  	// IsDefault undocumented
    14  	IsDefault *bool `json:"isDefault,omitempty"`
    15  	// Domain undocumented
    16  	Domain *string `json:"domain,omitempty"`
    17  }
    18  
    19  // AllowedDataLocationInfo undocumented
    20  type AllowedDataLocationInfo struct {
    21  	// Object is the base model of AllowedDataLocationInfo
    22  	Object
    23  }