Device Allocation Configuration Patch
data class DeviceAllocationConfigurationPatch(val opaque: OpaqueDeviceConfigurationPatch? = null, val requests: List<String>? = null, val source: String? = null)
DeviceAllocationConfiguration gets embedded in an AllocationResult.
Constructors
Link copied to clipboard
constructor(opaque: OpaqueDeviceConfigurationPatch? = null, requests: List<String>? = null, source: String? = null)