Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListAsyncQueriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListAsyncQueriesResponse
- 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
-
#queries ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncQuery>
The asynchronous queries belong to requested resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1ListAsyncQueriesResponse
constructor
A new instance of GoogleCloudApigeeV1ListAsyncQueriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ListAsyncQueriesResponse
Returns a new instance of GoogleCloudApigeeV1ListAsyncQueriesResponse.
6771 6772 6773 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6771 def initialize(**args) update!(**args) end |
Instance Attribute Details
#queries ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncQuery>
The asynchronous queries belong to requested resource name.
Corresponds to the JSON property queries
6769 6770 6771 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6769 def queries @queries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6776 6777 6778 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6776 def update!(**args) @queries = args[:queries] if args.key?(:queries) end |