google_api_android_device_provisioning v0.7.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 (GoogleApi.AndroidDeviceProvisioning.V1.Model.PartnerClaim.t): A copy of the original device-claim request received by the server. Defaults to
nil
. - result (GoogleApi.AndroidDeviceProvisioning.V1.Model.PerDeviceStatusInBatch.t): The processing result for each device. Defaults to
nil
. - unclaim (GoogleApi.AndroidDeviceProvisioning.V1.Model.PartnerUnclaim.t): A copy of the original device-unclaim request received by the server. Defaults to
nil
. - updateMetadata (GoogleApi.AndroidDeviceProvisioning.V1.Model.UpdateMetadataArguments.t): A copy of the original metadata-update request received by the server. Defaults to
nil
.
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()
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()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.