mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
16 lines
699 B
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"`
|
||
|
}
|