Class: TencentCloud::Dlc::V20210125::UnlockMetaDataResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::UnlockMetaDataResponse
- Defined in:
- lib/v20210125/models.rb
Overview
UnlockMetaData返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UnlockMetaDataResponse
constructor
A new instance of UnlockMetaDataResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UnlockMetaDataResponse
Returns a new instance of UnlockMetaDataResponse.
16524 16525 16526 |
# File 'lib/v20210125/models.rb', line 16524 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16522 16523 16524 |
# File 'lib/v20210125/models.rb', line 16522 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16528 16529 16530 |
# File 'lib/v20210125/models.rb', line 16528 def deserialize(params) @RequestId = params['RequestId'] end |