Class: Google::Apis::ClouddeployV1::AbandonReleaseRequest
- Inherits:
-
Object
- Object
- Google::Apis::ClouddeployV1::AbandonReleaseRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/clouddeploy_v1/classes.rb,
lib/google/apis/clouddeploy_v1/representations.rb,
lib/google/apis/clouddeploy_v1/representations.rb
Overview
The request object used by AbandonRelease
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AbandonReleaseRequest
constructor
A new instance of AbandonReleaseRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AbandonReleaseRequest
Returns a new instance of AbandonReleaseRequest.
29 30 31 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 29 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34 35 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 34 def update!(**args) end |