View Source GoogleApi.AlloyDB.V1.Model.ListInstancesResponse (google_api_alloy_db v0.13.1)
Message for response to listing Instances
Attributes
-
instances(type:list(GoogleApi.AlloyDB.V1.Model.Instance.t), default:nil) - The list of Instance -
nextPageToken(type:String.t, default:nil) - A token identifying a page of results the server should return. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.ListInstancesResponse{ instances: [GoogleApi.AlloyDB.V1.Model.Instance.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.