Class: TencentCloud::Wedata::V20210820::RobLockState
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::RobLockState
- Defined in:
- lib/v20210820/models.rb
Overview
抢锁状态:是否可以抢锁和当前持锁人
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(isrob = nil, locker = nil) ⇒ RobLockState
constructor
A new instance of RobLockState.
Constructor Details
#initialize(isrob = nil, locker = nil) ⇒ RobLockState
Returns a new instance of RobLockState.
30522 30523 30524 30525 |
# File 'lib/v20210820/models.rb', line 30522 def initialize(isrob=nil, locker=nil) @IsRob = isrob @Locker = locker end |
Instance Attribute Details
#IsRob ⇒ Object
30520 30521 30522 |
# File 'lib/v20210820/models.rb', line 30520 def IsRob @IsRob end |
#Locker ⇒ Object
30520 30521 30522 |
# File 'lib/v20210820/models.rb', line 30520 def Locker @Locker end |
Instance Method Details
#deserialize(params) ⇒ Object
30527 30528 30529 30530 |
# File 'lib/v20210820/models.rb', line 30527 def deserialize(params) @IsRob = params['IsRob'] @Locker = params['Locker'] end |