GoogleApi.SQLAdmin.V1beta4.Model.InstancesListResponse (google_api_sql_admin v0.71.0)
View SourceDatabase 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 alwayssql#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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.InstancesListResponse{ items: [GoogleApi.SQLAdmin.V1beta4.Model.DatabaseInstance.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil, warnings: [GoogleApi.SQLAdmin.V1beta4.Model.ApiWarning.t()] | nil }