Class: TencentCloud::Iecp::V20210914::ModifySecretRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::ModifySecretRequest
- Defined in:
- lib/v20210914/models.rb
Overview
ModifySecret请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, secretname = nil, yaml = nil, secretnamespace = nil) ⇒ ModifySecretRequest
constructor
A new instance of ModifySecretRequest.
Constructor Details
#initialize(edgeunitid = nil, secretname = nil, yaml = nil, secretnamespace = nil) ⇒ ModifySecretRequest
5697 5698 5699 5700 5701 5702 |
# File 'lib/v20210914/models.rb', line 5697 def initialize(edgeunitid=nil, secretname=nil, yaml=nil, secretnamespace=nil) @EdgeUnitID = edgeunitid @SecretName = secretname @Yaml = yaml @SecretNamespace = secretnamespace end |
Instance Attribute Details
#EdgeUnitID ⇒ Object
5695 5696 5697 |
# File 'lib/v20210914/models.rb', line 5695 def EdgeUnitID @EdgeUnitID end |
#SecretName ⇒ Object
5695 5696 5697 |
# File 'lib/v20210914/models.rb', line 5695 def SecretName @SecretName end |
#SecretNamespace ⇒ Object
5695 5696 5697 |
# File 'lib/v20210914/models.rb', line 5695 def SecretNamespace @SecretNamespace end |
#Yaml ⇒ Object
5695 5696 5697 |
# File 'lib/v20210914/models.rb', line 5695 def Yaml @Yaml end |
Instance Method Details
#deserialize(params) ⇒ Object
5704 5705 5706 5707 5708 5709 |
# File 'lib/v20210914/models.rb', line 5704 def deserialize(params) @EdgeUnitID = params['EdgeUnitID'] @SecretName = params['SecretName'] @Yaml = params['Yaml'] @SecretNamespace = params['SecretNamespace'] end |