Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListAsyncQueriesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb

Overview

The response for ListAsyncQueries.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ListAsyncQueriesResponse

Returns a new instance of GoogleCloudApigeeV1ListAsyncQueriesResponse.



5352
5353
5354
# File 'lib/google/apis/apigee_v1/classes.rb', line 5352

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#queriesArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncQuery>

The asynchronous queries belong to requested resource name. Corresponds to the JSON property queries



5350
5351
5352
# File 'lib/google/apis/apigee_v1/classes.rb', line 5350

def queries
  @queries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5357
5358
5359
# File 'lib/google/apis/apigee_v1/classes.rb', line 5357

def update!(**args)
  @queries = args[:queries] if args.key?(:queries)
end