Class: TencentCloud::Cwp::V20180228::DeleteLicenseRecordResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DeleteLicenseRecordResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DeleteLicenseRecord返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteLicenseRecordResponse
constructor
A new instance of DeleteLicenseRecordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteLicenseRecordResponse
Returns a new instance of DeleteLicenseRecordResponse.
6753 6754 6755 |
# File 'lib/v20180228/models.rb', line 6753 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6751 6752 6753 |
# File 'lib/v20180228/models.rb', line 6751 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6757 6758 6759 |
# File 'lib/v20180228/models.rb', line 6757 def deserialize(params) @RequestId = params['RequestId'] end |