google_api_sql_admin v0.24.0 GoogleApi.SQLAdmin.V1beta4.Model.OperationsListResponse View Source
Database instance list operations response.
Attributes
items
(type:list(GoogleApi.SQLAdmin.V1beta4.Model.Operation.t)
, default:nil
) - List of operation resources.kind
(type:String.t
, default:nil
) - This is alwayssql#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.
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 Sourcet() :: %GoogleApi.SQLAdmin.V1beta4.Model.OperationsListResponse{ items: [GoogleApi.SQLAdmin.V1beta4.Model.Operation.t()], kind: String.t(), nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.