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.
32056 32057 32058 32059 |
# File 'lib/v20210820/models.rb', line 32056 def initialize(roblockstate=nil, requestid=nil) @RobLockState = roblockstate @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
32054 32055 32056 |
# File 'lib/v20210820/models.rb', line 32054 def RequestId @RequestId end |
#RobLockState ⇒ Object
32054 32055 32056 |
# File 'lib/v20210820/models.rb', line 32054 def RobLockState @RobLockState end |
Instance Method Details
#deserialize(params) ⇒ Object
32061 32062 32063 32064 32065 32066 32067 |
# File 'lib/v20210820/models.rb', line 32061 def deserialize(params) unless params['RobLockState'].nil? @RobLockState = RobLockState.new @RobLockState.deserialize(params['RobLockState']) end @RequestId = params['RequestId'] end |