class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListAsyncQueriesResponse
The response for ListAsyncQueries.
Attributes
queries[RW]
The asynchronous queries belong to requested resource name. Corresponds to the JSON property `queries` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncQuery>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4122 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 4127 def update!(**args) @queries = args[:queries] if args.key?(:queries) end