GoogleApi.SQLAdmin.V1.Model.OperationsListResponse (google_api_sql_admin v0.71.0)

View Source

Operations list response.

Attributes

  • items (type: list(GoogleApi.SQLAdmin.V1.Model.Operation.t), default: nil) - List of operation resources.
  • kind (type: String.t, default: nil) - This is always sql#operationsList.
  • nextPageToken (type: String.t, default: nil) - The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1.Model.OperationsListResponse{
  items: [GoogleApi.SQLAdmin.V1.Model.Operation.t()] | nil,
  kind: String.t() | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.