Class: Google::Apis::SecretmanagerV1::DisableSecretVersionRequest
- Inherits:
-
Object
- Object
- Google::Apis::SecretmanagerV1::DisableSecretVersionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/secretmanager_v1/classes.rb,
generated/google/apis/secretmanager_v1/representations.rb,
generated/google/apis/secretmanager_v1/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.
318 319 320 |
# File 'generated/google/apis/secretmanager_v1/classes.rb', line 318 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
323 324 |
# File 'generated/google/apis/secretmanager_v1/classes.rb', line 323 def update!(**args) end |