Class: Google::Apis::CloudfunctionsV2alpha::GenerateUploadUrlRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudfunctionsV2alpha::GenerateUploadUrlRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudfunctions_v2alpha/classes.rb,
lib/google/apis/cloudfunctions_v2alpha/representations.rb,
lib/google/apis/cloudfunctions_v2alpha/representations.rb
Overview
Request of GenerateSourceUploadUrl
method.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenerateUploadUrlRequest
constructor
A new instance of GenerateUploadUrlRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenerateUploadUrlRequest
Returns a new instance of GenerateUploadUrlRequest.
552 553 554 |
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 552 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
557 558 |
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 557 def update!(**args) end |