Class: Google::Apis::SecretmanagerV1beta1::DisableSecretVersionRequest
- Inherits:
-
Object
- Object
- Google::Apis::SecretmanagerV1beta1::DisableSecretVersionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/secretmanager_v1beta1/classes.rb,
lib/google/apis/secretmanager_v1beta1/representations.rb,
lib/google/apis/secretmanager_v1beta1/representations.rb
Overview
Request message for SecretManagerService.DisableSecretVersion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisableSecretVersionRequest
constructor
A new instance of DisableSecretVersionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisableSecretVersionRequest
Returns a new instance of DisableSecretVersionRequest.
275 276 277 |
# File 'lib/google/apis/secretmanager_v1beta1/classes.rb', line 275 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
280 281 |
# File 'lib/google/apis/secretmanager_v1beta1/classes.rb', line 280 def update!(**args) end |