summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WindowsStoreAppModel.go
blob: 585d7ce49c1354fecc3b754fa0b5b19a818145ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WindowsStoreApp Contains properties and inherited properties for Windows Store apps.
type WindowsStoreApp struct {
	// MobileApp is the base model of WindowsStoreApp
	MobileApp
	// AppStoreURL The Windows app store URL.
	AppStoreURL *string `json:"appStoreUrl,omitempty"`
}