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.



5076
5077
5078
# File 'lib/google/apis/apigee_v1/classes.rb', line 5076

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



5074
5075
5076
# File 'lib/google/apis/apigee_v1/classes.rb', line 5074

def urls
  @urls
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5081
5082
5083
# File 'lib/google/apis/apigee_v1/classes.rb', line 5081

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