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

package msgraph

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