google_api_sql_admin v0.34.1 GoogleApi.SQLAdmin.V1beta4.Model.InstancesListResponse View Source
Database instances list response.
Attributes
-
items
(type:list(GoogleApi.SQLAdmin.V1beta4.Model.DatabaseInstance.t)
, default:nil
) - List of database instance resources. -
kind
(type:String.t
, default:nil
) - This is always sql#instancesList. -
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. -
warnings
(type:list(GoogleApi.SQLAdmin.V1beta4.Model.ApiWarning.t)
, default:nil
) - List of warnings that occurred while handling the request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.InstancesListResponse{ items: [GoogleApi.SQLAdmin.V1beta4.Model.DatabaseInstance.t()], kind: String.t(), nextPageToken: String.t(), warnings: [GoogleApi.SQLAdmin.V1beta4.Model.ApiWarning.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.