Class: TencentCloud::Cloudapp::V20220530::IssueLicenseResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudapp::V20220530::IssueLicenseResponse
- Defined in:
- lib/v20220530/models.rb
Overview
IssueLicense返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ IssueLicenseResponse
constructor
A new instance of IssueLicenseResponse.
Constructor Details
#initialize(requestid = nil) ⇒ IssueLicenseResponse
Returns a new instance of IssueLicenseResponse.
148 149 150 |
# File 'lib/v20220530/models.rb', line 148 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
146 147 148 |
# File 'lib/v20220530/models.rb', line 146 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
152 153 154 |
# File 'lib/v20220530/models.rb', line 152 def deserialize(params) @RequestId = params['RequestId'] end |