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