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.



5023
5024
5025
# File 'lib/google/apis/apigee_v1/classes.rb', line 5023

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



5021
5022
5023
# File 'lib/google/apis/apigee_v1/classes.rb', line 5021

def urls
  @urls
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5028
5029
5030
# File 'lib/google/apis/apigee_v1/classes.rb', line 5028

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