mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-13 05:40:26 +00:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
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"`
|
|
}
|