mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
16 lines
613 B
Go
16 lines
613 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// WindowsInformationProtectionDesktopApp undocumented
|
||
|
type WindowsInformationProtectionDesktopApp struct {
|
||
|
// WindowsInformationProtectionApp is the base model of WindowsInformationProtectionDesktopApp
|
||
|
WindowsInformationProtectionApp
|
||
|
// BinaryName The binary name.
|
||
|
BinaryName *string `json:"binaryName,omitempty"`
|
||
|
// BinaryVersionLow The lower binary version.
|
||
|
BinaryVersionLow *string `json:"binaryVersionLow,omitempty"`
|
||
|
// BinaryVersionHigh The high binary version.
|
||
|
BinaryVersionHigh *string `json:"binaryVersionHigh,omitempty"`
|
||
|
}
|