Class: TencentCloud::Tcr::V20190924::DeleteNamespaceRequest

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

Overview

DeleteNamespace请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeleteNamespaceRequest.



1894
1895
1896
1897
# File 'lib/v20190924/models.rb', line 1894

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

Instance Attribute Details

#NamespaceName ⇒ Object

Parameters:

  • RegistryId: —

    实例ID

  • NamespaceName: —

    命名空间的名称



1892
1893
1894
# File 'lib/v20190924/models.rb', line 1892

def NamespaceName
  @NamespaceName
end

#RegistryId ⇒ Object

Parameters:

  • RegistryId: —

    实例ID

  • NamespaceName: —

    命名空间的名称



1892
1893
1894
# File 'lib/v20190924/models.rb', line 1892

def RegistryId
  @RegistryId
end

Instance Method Details

#deserialize(params) ⇒ Object



1899
1900
1901
1902
# File 'lib/v20190924/models.rb', line 1899

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