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

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 (integer()): 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. Defaults to nil.
  • processingStatus (String.t): The processing status of the operation. Defaults to nil.
  • progress (integer()): The processing progress of the operation. Measured as a number from 0 to
  1. A value of 10O doesnt always mean the operation completed—check for the inclusion of a done field. 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.DevicesLongRunningOperationMetadata{
    devicesCount: integer(),
    processingStatus: String.t(),
    progress: integer()
  }

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.