VirtualDeviceDeviceBackingOption
VirtualDeviceDeviceBackingOption
The DeviceBackingOption data class contains device-specific backing options.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"type": "string",
"autoDetectAvailable": {
"_typeName": "string",
"valueIsReadonly": false,
"supported": false,
"defaultValue": false
}
}
autoDetectAvailable
Required
The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.
Property Of
Used By