View Source GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1ListIndexesResponse (google_api_datastore v0.25.0)
The response for google.datastore.admin.v1.DatastoreAdmin.ListIndexes.
Attributes
-
indexes(type:list(GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Index.t), default:nil) - The indexes. -
nextPageToken(type:String.t, default:nil) - The standard List next-page token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1ListIndexesResponse{ indexes: [GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Index.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.