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

Captures the processing status for each device in the operation.

Attributes

  • deviceId (String.t): If processing succeeds, the device ID of the device. Defaults to nil.
  • errorIdentifier (String.t): If processing fails, the error type. Defaults to nil.
  • errorMessage (String.t): If processing fails, a developer message explaining what went wrong. Defaults to nil.
  • status (String.t): The result status of the device after processing. 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() :: %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.