Class: Google::Apis::CloudfunctionsV1beta2::GenerateDownloadUrlRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::CloudfunctionsV1beta2::GenerateDownloadUrlRequest
 
- Defined in:
- generated/google/apis/cloudfunctions_v1beta2/classes.rb,
 generated/google/apis/cloudfunctions_v1beta2/representations.rb,
 generated/google/apis/cloudfunctions_v1beta2/representations.rb
Overview
Request of GenerateDownloadUrl method.
Instance Attribute Summary collapse
- 
  
    
      #version_id  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The optional version of function. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GenerateDownloadUrlRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GenerateDownloadUrlRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GenerateDownloadUrlRequest
Returns a new instance of GenerateDownloadUrlRequest
| 308 309 310 | # File 'generated/google/apis/cloudfunctions_v1beta2/classes.rb', line 308 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#version_id ⇒ Fixnum
The optional version of function.
Corresponds to the JSON property versionId
| 306 307 308 | # File 'generated/google/apis/cloudfunctions_v1beta2/classes.rb', line 306 def version_id @version_id end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 313 314 315 | # File 'generated/google/apis/cloudfunctions_v1beta2/classes.rb', line 313 def update!(**args) @version_id = args[:version_id] if args.key?(:version_id) end |