Class: TencentCloud::Oceanus::V20190422::ModifyWorkSpaceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::ModifyWorkSpaceResponse
- Defined in:
- lib/v20190422/models.rb
Overview
ModifyWorkSpace返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyWorkSpaceResponse
constructor
A new instance of ModifyWorkSpaceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyWorkSpaceResponse
Returns a new instance of ModifyWorkSpaceResponse.
4336 4337 4338 |
# File 'lib/v20190422/models.rb', line 4336 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4334 4335 4336 |
# File 'lib/v20190422/models.rb', line 4334 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4340 4341 4342 |
# File 'lib/v20190422/models.rb', line 4340 def deserialize(params) @RequestId = params['RequestId'] end |