forked from jshiffer/matterbridge
12 lines
442 B
Go
12 lines
442 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// WindowsAppXAppAssignmentSettings undocumented
|
||
|
type WindowsAppXAppAssignmentSettings struct {
|
||
|
// MobileAppAssignmentSettings is the base model of WindowsAppXAppAssignmentSettings
|
||
|
MobileAppAssignmentSettings
|
||
|
// UseDeviceContext Whether or not to use device execution context for Windows AppX mobile app.
|
||
|
UseDeviceContext *bool `json:"useDeviceContext,omitempty"`
|
||
|
}
|