google_api_android_device_provisioning v0.13.1 GoogleApi.AndroidDeviceProvisioning.V1.Model.PerDeviceStatusInBatch View Source

Captures the processing status for each device in the operation.

Attributes

  • deviceId (type: String.t, default: nil) - If processing succeeds, the device ID of the device.
  • errorIdentifier (type: String.t, default: nil) - If processing fails, the error type.
  • errorMessage (type: String.t, default: nil) - If processing fails, a developer message explaining what went wrong.
  • status (type: String.t, default: nil) - The result status of the device after processing.

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.PerDeviceStatusInBatch{
  deviceId: String.t(),
  errorIdentifier: String.t(),
  errorMessage: String.t(),
  status: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.