summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelStorage.go
blob: 95a52ce853ca3a73ec07cb91b18bb2d190d772ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go 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"`
}