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.
      5922 5923 5924  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 5922 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
      5920 5921 5922  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 5920 def queries @queries end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      5927 5928 5929  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 5927 def update!(**args) @queries = args[:queries] if args.key?(:queries) end  |