Class: TencentCloud::Tcr::V20190924::DeleteSignaturePolicyRequest

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

Overview

DeleteSignaturePolicy请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(registryid = nil, namespacename = nil) ⇒ DeleteSignaturePolicyRequest

Returns a new instance of DeleteSignaturePolicyRequest.



2214
2215
2216
2217
# File 'lib/v20190924/models.rb', line 2214

def initialize(registryid=nil, namespacename=nil)
  @RegistryId = registryid
  @NamespaceName = namespacename
end

Instance Attribute Details

#NamespaceName ⇒ Object

Parameters:

  • 实例ID

  • 命名空间的名称



2212
2213
2214
# File 'lib/v20190924/models.rb', line 2212

def NamespaceName
  @NamespaceName
end

#RegistryId ⇒ Object

Parameters:

  • 实例ID

  • 命名空间的名称



2212
2213
2214
# File 'lib/v20190924/models.rb', line 2212

def RegistryId
  @RegistryId
end

Instance Method Details

#deserialize(params) ⇒ Object



2219
2220
2221
2222
# File 'lib/v20190924/models.rb', line 2219

def deserialize(params)
  @RegistryId = params['RegistryId']
  @NamespaceName = params['NamespaceName']
end