google_api_spanner v0.20.0 GoogleApi.Spanner.V1.Model.ListBackupOperationsResponse View Source

The response for ListBackupOperations.

Attributes

  • nextPageToken (type: String.t, default: nil) - next_page_token can be sent in a subsequent ListBackupOperations call to fetch more of the matching metadata.
  • operations (type: list(GoogleApi.Spanner.V1.Model.Operation.t), default: nil) - The list of matching backup long-running operations. Each operation's name will be prefixed by the backup's name and the operation's metadata will be of type CreateBackupMetadata. Operations returned include those that are pending or have completed/failed/canceled within the last 7 days. Operations returned are ordered by operation.metadata.value.progress.start_time in descending order starting from the most recently started operation.

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.Spanner.V1.Model.ListBackupOperationsResponse{
  nextPageToken: String.t(),
  operations: [GoogleApi.Spanner.V1.Model.Operation.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.