github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelService.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ServiceHostedMediaConfig undocumented
     6  type ServiceHostedMediaConfig struct {
     7  	// MediaConfig is the base model of ServiceHostedMediaConfig
     8  	MediaConfig
     9  	// PreFetchMedia undocumented
    10  	PreFetchMedia []MediaInfo `json:"preFetchMedia,omitempty"`
    11  }
    12  
    13  // ServicePlanInfo undocumented
    14  type ServicePlanInfo struct {
    15  	// Object is the base model of ServicePlanInfo
    16  	Object
    17  	// ServicePlanID undocumented
    18  	ServicePlanID *UUID `json:"servicePlanId,omitempty"`
    19  	// ServicePlanName undocumented
    20  	ServicePlanName *string `json:"servicePlanName,omitempty"`
    21  	// ProvisioningStatus undocumented
    22  	ProvisioningStatus *string `json:"provisioningStatus,omitempty"`
    23  	// AppliesTo undocumented
    24  	AppliesTo *string `json:"appliesTo,omitempty"`
    25  }