class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListDatastoresResponse
The response for ListDatastores
Attributes
datastores[RW]
A list of datastores Corresponds to the JSON property `datastores` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Datastore>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4186 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 4191 def update!(**args) @datastores = args[:datastores] if args.key?(:datastores) end