Class: TencentCloud::Iecp::V20210914::ModifySecretRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210914/models.rb

Overview

ModifySecret请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EdgeUnitIDObject



5695
5696
5697
# File 'lib/v20210914/models.rb', line 5695

def EdgeUnitID
  @EdgeUnitID
end

#SecretNameObject



5695
5696
5697
# File 'lib/v20210914/models.rb', line 5695

def SecretName
  @SecretName
end

#SecretNamespaceObject



5695
5696
5697
# File 'lib/v20210914/models.rb', line 5695

def SecretNamespace
  @SecretNamespace
end

#YamlObject



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