class Google::Apis::CloudfunctionsV1::GenerateDownloadUrlRequest

Request of `GenerateDownloadUrl` method.

Attributes

version_id[RW]

The optional version of function. If not set, default, current version is used. Corresponds to the JSON property `versionId` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudfunctions_v1/classes.rb, line 643
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 648
def update!(**args)
  @version_id = args[:version_id] if args.key?(:version_id)
end