Class: Google::Apis::CloudfunctionsV2::CommitFunctionUpgradeRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudfunctionsV2::CommitFunctionUpgradeRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudfunctions_v2/classes.rb,
lib/google/apis/cloudfunctions_v2/representations.rb,
lib/google/apis/cloudfunctions_v2/representations.rb
Overview
Request for the CommitFunctionUpgrade
method.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CommitFunctionUpgradeRequest
constructor
A new instance of CommitFunctionUpgradeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CommitFunctionUpgradeRequest
Returns a new instance of CommitFunctionUpgradeRequest.
350 351 352 |
# File 'lib/google/apis/cloudfunctions_v2/classes.rb', line 350 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
355 356 |
# File 'lib/google/apis/cloudfunctions_v2/classes.rb', line 355 def update!(**args) end |