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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // StoragePlanInformation undocumented
     6  type StoragePlanInformation struct {
     7  	// Object is the base model of StoragePlanInformation
     8  	Object
     9  	// UpgradeAvailable undocumented
    10  	UpgradeAvailable *bool `json:"upgradeAvailable,omitempty"`
    11  }