View Source GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress (google_api_firestore v0.27.0)

Describes the progress of the operation. Unit of work is generic and must be interpreted based on where Progress is used.

Attributes

  • completedWork (type: String.t, default: nil) - The amount of work completed.
  • estimatedWork (type: String.t, default: nil) - The amount of work estimated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Progress{
  completedWork: String.t() | nil,
  estimatedWork: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.