Class: TencentCloud::Vcube::V20220410::RenewLicenseResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::RenewLicenseResponse
- Defined in:
- lib/v20220410/models.rb
Overview
RenewLicense返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RenewLicenseResponse
constructor
A new instance of RenewLicenseResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RenewLicenseResponse
Returns a new instance of RenewLicenseResponse.
2101 2102 2103 |
# File 'lib/v20220410/models.rb', line 2101 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2099 2100 2101 |
# File 'lib/v20220410/models.rb', line 2099 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2105 2106 2107 |
# File 'lib/v20220410/models.rb', line 2105 def deserialize(params) @RequestId = params['RequestId'] end |