Class: TencentCloud::Cwp::V20180228::CreateWhiteListOrderRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::CreateWhiteListOrderRequest
- Defined in:
- lib/v20180228/models.rb
Overview
CreateWhiteListOrder请求参数结构体
Instance Attribute Summary collapse
- #Deadline ⇒ Object
- #ExtraParam ⇒ Object
- #LicenseNum ⇒ Object
- #LicenseType ⇒ Object
- #RegionId ⇒ Object
- #RuleName ⇒ Object
- #SourceType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(licensetype = nil, licensenum = nil, deadline = nil, rulename = nil, sourcetype = nil, regionid = nil, extraparam = nil) ⇒ CreateWhiteListOrderRequest
constructor
A new instance of CreateWhiteListOrderRequest.
Constructor Details
#initialize(licensetype = nil, licensenum = nil, deadline = nil, rulename = nil, sourcetype = nil, regionid = nil, extraparam = nil) ⇒ CreateWhiteListOrderRequest
Returns a new instance of CreateWhiteListOrderRequest.
6271 6272 6273 6274 6275 6276 6277 6278 6279 |
# File 'lib/v20180228/models.rb', line 6271 def initialize(licensetype=nil, licensenum=nil, deadline=nil, rulename=nil, sourcetype=nil, regionid=nil, extraparam=nil) @LicenseType = licensetype @LicenseNum = licensenum @Deadline = deadline @RuleName = rulename @SourceType = sourcetype @RegionId = regionid @ExtraParam = extraparam end |
Instance Attribute Details
#Deadline ⇒ Object
6269 6270 6271 |
# File 'lib/v20180228/models.rb', line 6269 def Deadline @Deadline end |
#ExtraParam ⇒ Object
6269 6270 6271 |
# File 'lib/v20180228/models.rb', line 6269 def ExtraParam @ExtraParam end |
#LicenseNum ⇒ Object
6269 6270 6271 |
# File 'lib/v20180228/models.rb', line 6269 def LicenseNum @LicenseNum end |
#LicenseType ⇒ Object
6269 6270 6271 |
# File 'lib/v20180228/models.rb', line 6269 def LicenseType @LicenseType end |
#RegionId ⇒ Object
6269 6270 6271 |
# File 'lib/v20180228/models.rb', line 6269 def RegionId @RegionId end |
#RuleName ⇒ Object
6269 6270 6271 |
# File 'lib/v20180228/models.rb', line 6269 def RuleName @RuleName end |
#SourceType ⇒ Object
6269 6270 6271 |
# File 'lib/v20180228/models.rb', line 6269 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
6281 6282 6283 6284 6285 6286 6287 6288 6289 |
# File 'lib/v20180228/models.rb', line 6281 def deserialize(params) @LicenseType = params['LicenseType'] @LicenseNum = params['LicenseNum'] @Deadline = params['Deadline'] @RuleName = params['RuleName'] @SourceType = params['SourceType'] @RegionId = params['RegionId'] @ExtraParam = params['ExtraParam'] end |