Class: TencentCloud::Tcr::V20190924::CreateNamespaceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::CreateNamespaceResponse
- Defined in:
- lib/v20190924/models.rb
Overview
CreateNamespace返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateNamespaceResponse
constructor
A new instance of CreateNamespaceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateNamespaceResponse
Returns a new instance of CreateNamespaceResponse.
848 849 850 |
# File 'lib/v20190924/models.rb', line 848 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
846 847 848 |
# File 'lib/v20190924/models.rb', line 846 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
852 853 854 |
# File 'lib/v20190924/models.rb', line 852 def deserialize(params) @RequestId = params['RequestId'] end |