GoogleApi.Spanner.V1.Model.ListDatabaseOperationsResponse (google_api_spanner v0.48.0)
View SourceThe response for ListDatabaseOperations.
Attributes
-
nextPageToken(type:String.t, default:nil) -next_page_tokencan be sent in a subsequent ListDatabaseOperations call to fetch more of the matching metadata. -
operations(type:list(GoogleApi.Spanner.V1.Model.Operation.t), default:nil) - The list of matching database long-running operations. Each operation's name will be prefixed by the database's name. The operation's metadata field typemetadata.type_urldescribes the type of the metadata.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.ListDatabaseOperationsResponse{ nextPageToken: String.t() | nil, operations: [GoogleApi.Spanner.V1.Model.Operation.t()] | nil }