View Source GoogleApi.AndroidDeviceProvisioning.V1.Model.DevicesLongRunningOperationMetadata (google_api_android_device_provisioning v0.19.0)

Tracks the status of a long-running operation to asynchronously update a batch of reseller metadata attached to devices. To learn more, read Long‑running batch operations.

Attributes

  • devicesCount (type: integer(), default: nil) - The number of metadata updates in the operation. This might be different from the number of updates in the request if the API can't parse some of the updates.
  • processingStatus (type: String.t, default: nil) - The processing status of the operation.
  • progress (type: integer(), default: nil) - The processing progress of the operation. Measured as a number from 0 to 100. A value of 10O doesn't always mean the operation completed—check for the inclusion of a done field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AndroidDeviceProvisioning.V1.Model.DevicesLongRunningOperationMetadata{
    devicesCount: integer() | nil,
    processingStatus: String.t() | nil,
    progress: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.