Class: TencentCloud::Iecp::V20210914::DeleteSecretRequest

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

Overview

DeleteSecret请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EdgeUnitIDObject



1566
1567
1568
# File 'lib/v20210914/models.rb', line 1566

def EdgeUnitID
  @EdgeUnitID
end

#SecretNameObject



1566
1567
1568
# File 'lib/v20210914/models.rb', line 1566

def SecretName
  @SecretName
end

#SecretNamespaceObject



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