google_api_android_device_provisioning v0.1.0 GoogleApi.AndroidDeviceProvisioning.V1.Model.OperationPerDevice View Source
A task for each device in the operation. Corresponds to each device change in the request.
Attributes
- claim (PartnerClaim): A copy of the original device-claim request received by the server. Defaults to:
null
. - result (PerDeviceStatusInBatch): The processing result for each device. Defaults to:
null
. - unclaim (PartnerUnclaim): A copy of the original device-unclaim request received by the server. Defaults to:
null
. - updateMetadata (UpdateMetadataArguments): A copy of the original metadata-update request received by the server. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.OperationPerDevice{ claim: GoogleApi.AndroidDeviceProvisioning.V1.Model.PartnerClaim.t(), result: GoogleApi.AndroidDeviceProvisioning.V1.Model.PerDeviceStatusInBatch.t(), unclaim: GoogleApi.AndroidDeviceProvisioning.V1.Model.PartnerUnclaim.t(), updateMetadata: GoogleApi.AndroidDeviceProvisioning.V1.Model.UpdateMetadataArguments.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.