Class: TencentCloud::Cwp::V20180228::VersionWhiteConfig
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::VersionWhiteConfig
- Defined in:
- lib/v20180228/models.rb
Overview
授权版本白名单配置信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deadline = nil, licensenum = nil, isapplyfor = nil, sourcetype = nil) ⇒ VersionWhiteConfig
constructor
A new instance of VersionWhiteConfig.
Constructor Details
#initialize(deadline = nil, licensenum = nil, isapplyfor = nil, sourcetype = nil) ⇒ VersionWhiteConfig
Returns a new instance of VersionWhiteConfig.
39629 39630 39631 39632 39633 39634 |
# File 'lib/v20180228/models.rb', line 39629 def initialize(deadline=nil, licensenum=nil, isapplyfor=nil, sourcetype=nil) @Deadline = deadline @LicenseNum = licensenum @IsApplyFor = isapplyfor @SourceType = sourcetype end |
Instance Attribute Details
#Deadline ⇒ Object
39627 39628 39629 |
# File 'lib/v20180228/models.rb', line 39627 def Deadline @Deadline end |
#IsApplyFor ⇒ Object
39627 39628 39629 |
# File 'lib/v20180228/models.rb', line 39627 def IsApplyFor @IsApplyFor end |
#LicenseNum ⇒ Object
39627 39628 39629 |
# File 'lib/v20180228/models.rb', line 39627 def LicenseNum @LicenseNum end |
#SourceType ⇒ Object
39627 39628 39629 |
# File 'lib/v20180228/models.rb', line 39627 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
39636 39637 39638 39639 39640 39641 |
# File 'lib/v20180228/models.rb', line 39636 def deserialize(params) @Deadline = params['Deadline'] @LicenseNum = params['LicenseNum'] @IsApplyFor = params['IsApplyFor'] @SourceType = params['SourceType'] end |