Class: TencentCloud::Cloudapp::V20220530::DescribeLicenseResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudapp::V20220530::DescribeLicenseResponse
- Defined in:
- lib/v20220530/models.rb
Overview
DescribeLicense返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(token = nil, requestid = nil) ⇒ DescribeLicenseResponse
constructor
A new instance of DescribeLicenseResponse.
Constructor Details
#initialize(token = nil, requestid = nil) ⇒ DescribeLicenseResponse
Returns a new instance of DescribeLicenseResponse.
52 53 54 55 |
# File 'lib/v20220530/models.rb', line 52 def initialize(token=nil, requestid=nil) @Token = token @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
50 51 52 |
# File 'lib/v20220530/models.rb', line 50 def RequestId @RequestId end |
#Token ⇒ Object
50 51 52 |
# File 'lib/v20220530/models.rb', line 50 def Token @Token end |
Instance Method Details
#deserialize(params) ⇒ Object
57 58 59 60 |
# File 'lib/v20220530/models.rb', line 57 def deserialize(params) @Token = params['Token'] @RequestId = params['RequestId'] end |