class Google::Apis::CloudfunctionsV1::GenerateDownloadUrlResponse

Response of `GenerateDownloadUrl` method.

Attributes

download_url[RW]

The generated Google Cloud Storage signed URL that should be used for function source code download. Corresponds to the JSON property `downloadUrl` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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