Class: TencentCloud::Iecp::V20210914::DeleteSecretRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DeleteSecretRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DeleteSecret请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, secretname = nil, secretnamespace = nil) ⇒ DeleteSecretRequest
constructor
A new instance of DeleteSecretRequest.
Constructor Details
#initialize(edgeunitid = nil, secretname = nil, secretnamespace = nil) ⇒ DeleteSecretRequest
1568 1569 1570 1571 1572 |
# File 'lib/v20210914/models.rb', line 1568 def initialize(edgeunitid=nil, secretname=nil, secretnamespace=nil) @EdgeUnitID = edgeunitid @SecretName = secretname @SecretNamespace = secretnamespace end |
Instance Attribute Details
#EdgeUnitID ⇒ Object
1566 1567 1568 |
# File 'lib/v20210914/models.rb', line 1566 def EdgeUnitID @EdgeUnitID end |
#SecretName ⇒ Object
1566 1567 1568 |
# File 'lib/v20210914/models.rb', line 1566 def SecretName @SecretName end |
#SecretNamespace ⇒ Object
1566 1567 1568 |
# File 'lib/v20210914/models.rb', line 1566 def SecretNamespace @SecretNamespace end |
Instance Method Details
#deserialize(params) ⇒ Object
1574 1575 1576 1577 1578 |
# File 'lib/v20210914/models.rb', line 1574 def deserialize(params) @EdgeUnitID = params['EdgeUnitID'] @SecretName = params['SecretName'] @SecretNamespace = params['SecretNamespace'] end |