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.
30721 30722 30723 30724 |
# File 'lib/v20210820/models.rb', line 30721 def initialize(isrob=nil, locker=nil) @IsRob = isrob @Locker = locker end |
Instance Attribute Details
#IsRob ⇒ Object
30719 30720 30721 |
# File 'lib/v20210820/models.rb', line 30719 def IsRob @IsRob end |
#Locker ⇒ Object
30719 30720 30721 |
# File 'lib/v20210820/models.rb', line 30719 def Locker @Locker end |
Instance Method Details
#deserialize(params) ⇒ Object
30726 30727 30728 30729 |
# File 'lib/v20210820/models.rb', line 30726 def deserialize(params) @IsRob = params['IsRob'] @Locker = params['Locker'] end |