View Source GoogleApi.AlloyDB.V1.Model.ListSupportedDatabaseFlagsResponse (google_api_alloy_db v0.13.1)
Message for response to listing SupportedDatabaseFlags.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token identifying a page of results the server should return. -
supportedDatabaseFlags(type:list(GoogleApi.AlloyDB.V1.Model.SupportedDatabaseFlag.t), default:nil) - The list of SupportedDatabaseFlags.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.ListSupportedDatabaseFlagsResponse{ nextPageToken: String.t() | nil, supportedDatabaseFlags: [GoogleApi.AlloyDB.V1.Model.SupportedDatabaseFlag.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.