Class: TencentCloud::Vcube::V20220410::CreateLicenseResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::CreateLicenseResponse
- Defined in:
- lib/v20220410/models.rb
Overview
CreateLicense返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateLicenseResponse
constructor
A new instance of CreateLicenseResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateLicenseResponse
Returns a new instance of CreateLicenseResponse.
445 446 447 |
# File 'lib/v20220410/models.rb', line 445 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
443 444 445 |
# File 'lib/v20220410/models.rb', line 443 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
449 450 451 |
# File 'lib/v20220410/models.rb', line 449 def deserialize(params) @RequestId = params['RequestId'] end |