Class: TencentCloud::Vcube::V20220410::CreateTrialLicenseResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::CreateTrialLicenseResponse
- Defined in:
- lib/v20220410/models.rb
Overview
CreateTrialLicense返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateTrialLicenseResponse
constructor
A new instance of CreateTrialLicenseResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateTrialLicenseResponse
Returns a new instance of CreateTrialLicenseResponse.
613 614 615 |
# File 'lib/v20220410/models.rb', line 613 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
611 612 613 |
# File 'lib/v20220410/models.rb', line 611 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
617 618 619 |
# File 'lib/v20220410/models.rb', line 617 def deserialize(params) @RequestId = params['RequestId'] end |