class Google::Apis::ApigeeV1::GoogleCloudApigeeV1GenerateDownloadUrlResponse

Response for GenerateDownloadUrl method.

Attributes

download_uri[RW]

The Google Cloud Storage signed URL that can be used to download the Archive zip file. Corresponds to the JSON property `downloadUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 3454
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigee_v1/classes.rb, line 3459
def update!(**args)
  @download_uri = args[:download_uri] if args.key?(:download_uri)
end