Class: TencentCloud::Cwp::V20180228::DescribeLicenseResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeLicenseResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeLicense返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(functionsen = nil, requestid = nil) ⇒ DescribeLicenseResponse
constructor
A new instance of DescribeLicenseResponse.
Constructor Details
#initialize(functionsen = nil, requestid = nil) ⇒ DescribeLicenseResponse
Returns a new instance of DescribeLicenseResponse.
16015 16016 16017 16018 |
# File 'lib/v20180228/models.rb', line 16015 def initialize(functionsen=nil, requestid=nil) @FunctionsEn = functionsen @RequestId = requestid end |
Instance Attribute Details
#FunctionsEn ⇒ Object
16013 16014 16015 |
# File 'lib/v20180228/models.rb', line 16013 def FunctionsEn @FunctionsEn end |
#RequestId ⇒ Object
16013 16014 16015 |
# File 'lib/v20180228/models.rb', line 16013 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16020 16021 16022 16023 |
# File 'lib/v20180228/models.rb', line 16020 def deserialize(params) @FunctionsEn = params['FunctionsEn'] @RequestId = params['RequestId'] end |