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.
30499 30500 30501 30502 |
# File 'lib/v20210820/models.rb', line 30499 def initialize(roblockstate=nil, requestid=nil) @RobLockState = roblockstate @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
30497 30498 30499 |
# File 'lib/v20210820/models.rb', line 30497 def RequestId @RequestId end |
#RobLockState ⇒ Object
30497 30498 30499 |
# File 'lib/v20210820/models.rb', line 30497 def RobLockState @RobLockState end |
Instance Method Details
#deserialize(params) ⇒ Object
30504 30505 30506 30507 30508 30509 30510 |
# File 'lib/v20210820/models.rb', line 30504 def deserialize(params) unless params['RobLockState'].nil? @RobLockState = RobLockState.new @RobLockState.deserialize(params['RobLockState']) end @RequestId = params['RequestId'] end |