Class: TencentCloud::Tcr::V20190924::DeleteNamespaceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::DeleteNamespaceRequest
- Defined in:
- lib/v20190924/models.rb
Overview
DeleteNamespace请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, namespacename = nil) ⇒ DeleteNamespaceRequest
constructor
A new instance of DeleteNamespaceRequest.
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
1892 1893 1894 |
# File 'lib/v20190924/models.rb', line 1892 def NamespaceName @NamespaceName end |
#RegistryId ⇒ Object
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 |