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.
16296 16297 16298 16299 |
# File 'lib/v20180228/models.rb', line 16296 def initialize(functionsen=nil, requestid=nil) @FunctionsEn = functionsen @RequestId = requestid end |
Instance Attribute Details
#FunctionsEn ⇒ Object
16294 16295 16296 |
# File 'lib/v20180228/models.rb', line 16294 def FunctionsEn @FunctionsEn end |
#RequestId ⇒ Object
16294 16295 16296 |
# File 'lib/v20180228/models.rb', line 16294 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16301 16302 16303 16304 |
# File 'lib/v20180228/models.rb', line 16301 def deserialize(params) @FunctionsEn = params['FunctionsEn'] @RequestId = params['RequestId'] end |