5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/WindowsInformationProtectionDesktopAppModel.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"`
}