Class: TencentCloud::Vcube::V20220410::ModifyLicenseResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::ModifyLicenseResponse
- Defined in:
- lib/v20220410/models.rb
Overview
ModifyLicense返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyLicenseResponse
constructor
A new instance of ModifyLicenseResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyLicenseResponse
Returns a new instance of ModifyLicenseResponse.
1892 1893 1894 |
# File 'lib/v20220410/models.rb', line 1892 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1890 1891 1892 |
# File 'lib/v20220410/models.rb', line 1890 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1896 1897 1898 |
# File 'lib/v20220410/models.rb', line 1896 def deserialize(params) @RequestId = params['RequestId'] end |