5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 20:42:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/WindowsPhoneXAPModel.go

16 lines
699 B
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WindowsPhoneXAP Contains properties and inherited properties for Windows Phone XAP Line Of Business apps.
type WindowsPhoneXAP struct {
// MobileLobApp is the base model of WindowsPhoneXAP
MobileLobApp
// MinimumSupportedOperatingSystem The value for the minimum applicable operating system.
MinimumSupportedOperatingSystem *WindowsMinimumOperatingSystem `json:"minimumSupportedOperatingSystem,omitempty"`
// ProductIdentifier The Product Identifier.
ProductIdentifier *string `json:"productIdentifier,omitempty"`
// IdentityVersion The identity version.
IdentityVersion *string `json:"identityVersion,omitempty"`
}