Class: TencentCloud::Dlc::V20210125::CheckLockMetaDataResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CheckLockMetaDataResponse
- Defined in:
- lib/v20210125/models.rb
Overview
CheckLockMetaData返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(lockid = nil, lockstate = nil, requestid = nil) ⇒ CheckLockMetaDataResponse
constructor
A new instance of CheckLockMetaDataResponse.
Constructor Details
#initialize(lockid = nil, lockstate = nil, requestid = nil) ⇒ CheckLockMetaDataResponse
Returns a new instance of CheckLockMetaDataResponse.
1406 1407 1408 1409 1410 |
# File 'lib/v20210125/models.rb', line 1406 def initialize(lockid=nil, lockstate=nil, requestid=nil) @LockId = lockid @LockState = lockstate @RequestId = requestid end |
Instance Attribute Details
#LockId ⇒ Object
1404 1405 1406 |
# File 'lib/v20210125/models.rb', line 1404 def LockId @LockId end |
#LockState ⇒ Object
1404 1405 1406 |
# File 'lib/v20210125/models.rb', line 1404 def LockState @LockState end |
#RequestId ⇒ Object
1404 1405 1406 |
# File 'lib/v20210125/models.rb', line 1404 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1412 1413 1414 1415 1416 |
# File 'lib/v20210125/models.rb', line 1412 def deserialize(params) @LockId = params['LockId'] @LockState = params['LockState'] @RequestId = params['RequestId'] end |