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.



4443
4444
4445
# File 'lib/google/apis/apigee_v1/classes.rb', line 4443

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



4441
4442
4443
# File 'lib/google/apis/apigee_v1/classes.rb', line 4441

def urls
  @urls
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4448
4449
4450
# File 'lib/google/apis/apigee_v1/classes.rb', line 4448

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