google_api_android_device_provisioning v0.13.1 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
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.PartnerClaim.t
, default:nil
) - A copy of the original device-claim request received by the server.result
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.PerDeviceStatusInBatch.t
, default:nil
) - The processing result for each device.unclaim
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.PartnerUnclaim.t
, default:nil
) - A copy of the original device-unclaim request received by the server.updateMetadata
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.UpdateMetadataArguments.t
, default:nil
) - A copy of the original metadata-update request received by the server.
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 Sourcet() :: %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.