Class: TencentCloud::Tcr::V20190924::DeleteImmutableTagRulesRequest

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

Overview

DeleteImmutableTagRules请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(registryid = nil, namespacename = nil, ruleid = nil) ⇒ DeleteImmutableTagRulesRequest

Returns a new instance of DeleteImmutableTagRulesRequest.



1612
1613
1614
1615
1616
# File 'lib/v20190924/models.rb', line 1612

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

Instance Attribute Details

#NamespaceName ⇒ Object

Parameters:

  • RegistryId: —

    实例 Id

  • NamespaceName: —

    命名空间

  • RuleId: —

    规则 Id



1610
1611
1612
# File 'lib/v20190924/models.rb', line 1610

def NamespaceName
  @NamespaceName
end

#RegistryId ⇒ Object

Parameters:

  • RegistryId: —

    实例 Id

  • NamespaceName: —

    命名空间

  • RuleId: —

    规则 Id



1610
1611
1612
# File 'lib/v20190924/models.rb', line 1610

def RegistryId
  @RegistryId
end

#RuleId ⇒ Object

Parameters:

  • RegistryId: —

    实例 Id

  • NamespaceName: —

    命名空间

  • RuleId: —

    规则 Id



1610
1611
1612
# File 'lib/v20190924/models.rb', line 1610

def RuleId
  @RuleId
end

Instance Method Details

#deserialize(params) ⇒ Object



1618
1619
1620
1621
1622
# File 'lib/v20190924/models.rb', line 1618

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