Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse

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 GetAsyncQueryResultUrl

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse

Returns a new instance of GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse.



5669
5670
5671
# File 'lib/google/apis/apigee_v1/classes.rb', line 5669

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

Instance Attribute Details

#urlsArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo>

The list of Signed URLs generated by the CreateAsyncQuery request Corresponds to the JSON property urls



5667
5668
5669
# File 'lib/google/apis/apigee_v1/classes.rb', line 5667

def urls
  @urls
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5674
5675
5676
# File 'lib/google/apis/apigee_v1/classes.rb', line 5674

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