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.
32079 32080 32081 32082 |
# File 'lib/v20210820/models.rb', line 32079 def initialize(isrob=nil, locker=nil) @IsRob = isrob @Locker = locker end |
Instance Attribute Details
#IsRob ⇒ Object
32077 32078 32079 |
# File 'lib/v20210820/models.rb', line 32077 def IsRob @IsRob end |
#Locker ⇒ Object
32077 32078 32079 |
# File 'lib/v20210820/models.rb', line 32077 def Locker @Locker end |
Instance Method Details
#deserialize(params) ⇒ Object
32084 32085 32086 32087 |
# File 'lib/v20210820/models.rb', line 32084 def deserialize(params) @IsRob = params['IsRob'] @Locker = params['Locker'] end |