Class: TencentCloud::Wedata::V20210820::RobAndLockIntegrationTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::RobAndLockIntegrationTaskResponse
- Defined in:
- lib/v20210820/models.rb
Overview
RobAndLockIntegrationTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(roblockstate = nil, requestid = nil) ⇒ RobAndLockIntegrationTaskResponse
constructor
A new instance of RobAndLockIntegrationTaskResponse.
Constructor Details
#initialize(roblockstate = nil, requestid = nil) ⇒ RobAndLockIntegrationTaskResponse
Returns a new instance of RobAndLockIntegrationTaskResponse.
30698 30699 30700 30701 |
# File 'lib/v20210820/models.rb', line 30698 def initialize(roblockstate=nil, requestid=nil) @RobLockState = roblockstate @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
30696 30697 30698 |
# File 'lib/v20210820/models.rb', line 30696 def RequestId @RequestId end |
#RobLockState ⇒ Object
30696 30697 30698 |
# File 'lib/v20210820/models.rb', line 30696 def RobLockState @RobLockState end |
Instance Method Details
#deserialize(params) ⇒ Object
30703 30704 30705 30706 30707 30708 30709 |
# File 'lib/v20210820/models.rb', line 30703 def deserialize(params) unless params['RobLockState'].nil? @RobLockState = RobLockState.new @RobLockState.deserialize(params['RobLockState']) end @RequestId = params['RequestId'] end |