Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
- 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
-
#urls ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo>
The list of Signed URLs generated by the CreateAsyncQuery request Corresponds to the JSON property
urls
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
constructor
A new instance of GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse
Returns a new instance of GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse.
4929 4930 4931 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4929 def initialize(**args) update!(**args) end |
Instance Attribute Details
#urls ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseUrlInfo>
The list of Signed URLs generated by the CreateAsyncQuery request
Corresponds to the JSON property urls
4927 4928 4929 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4927 def urls @urls end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4934 4935 4936 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4934 def update!(**args) @urls = args[:urls] if args.key?(:urls) end |