View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDatastoresResponse (google_api_apigee v0.53.0)
The response for ListDatastores
Attributes
-
datastores(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Datastore.t), default:nil) - A list of datastores
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDatastoresResponse{ datastores: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Datastore.t()] | nil }