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
- A value of 10O doesnt always mean the operation completed—check for
the inclusion of a
done
field. Defaults tonil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.