Class: TencentCloud::Oceanus::V20190422::CreateWorkSpaceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::CreateWorkSpaceResponse
- Defined in:
- lib/v20190422/models.rb
Overview
CreateWorkSpace返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workspaceid = nil, requestid = nil) ⇒ CreateWorkSpaceResponse
constructor
A new instance of CreateWorkSpaceResponse.
Constructor Details
#initialize(workspaceid = nil, requestid = nil) ⇒ CreateWorkSpaceResponse
Returns a new instance of CreateWorkSpaceResponse.
1533 1534 1535 1536 |
# File 'lib/v20190422/models.rb', line 1533 def initialize(workspaceid=nil, requestid=nil) @WorkSpaceId = workspaceid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1531 1532 1533 |
# File 'lib/v20190422/models.rb', line 1531 def RequestId @RequestId end |
#WorkSpaceId ⇒ Object
1531 1532 1533 |
# File 'lib/v20190422/models.rb', line 1531 def WorkSpaceId @WorkSpaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
1538 1539 1540 1541 |
# File 'lib/v20190422/models.rb', line 1538 def deserialize(params) @WorkSpaceId = params['WorkSpaceId'] @RequestId = params['RequestId'] end |