Class: TencentCloud::Rce::V20201103::InputCreateNameListFront
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::InputCreateNameListFront
- Defined in:
- lib/v20201103/models.rb
Overview
创建黑白名单入参
Instance Attribute Summary collapse
- #DataType ⇒ Object
- #EncryptionType ⇒ Object
- #ListName ⇒ Object
- #ListType ⇒ Object
- #Remark ⇒ Object
- #SceneCode ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(listname = nil, listtype = nil, datatype = nil, remark = nil, encryptiontype = nil, scenecode = nil) ⇒ InputCreateNameListFront
constructor
A new instance of InputCreateNameListFront.
Constructor Details
#initialize(listname = nil, listtype = nil, datatype = nil, remark = nil, encryptiontype = nil, scenecode = nil) ⇒ InputCreateNameListFront
Returns a new instance of InputCreateNameListFront.
481 482 483 484 485 486 487 488 |
# File 'lib/v20201103/models.rb', line 481 def initialize(listname=nil, listtype=nil, datatype=nil, remark=nil, encryptiontype=nil, scenecode=nil) @ListName = listname @ListType = listtype @DataType = datatype @Remark = remark @EncryptionType = encryptiontype @SceneCode = scenecode end |
Instance Attribute Details
#DataType ⇒ Object
479 480 481 |
# File 'lib/v20201103/models.rb', line 479 def DataType @DataType end |
#EncryptionType ⇒ Object
479 480 481 |
# File 'lib/v20201103/models.rb', line 479 def EncryptionType @EncryptionType end |
#ListName ⇒ Object
479 480 481 |
# File 'lib/v20201103/models.rb', line 479 def ListName @ListName end |
#ListType ⇒ Object
479 480 481 |
# File 'lib/v20201103/models.rb', line 479 def ListType @ListType end |
#Remark ⇒ Object
479 480 481 |
# File 'lib/v20201103/models.rb', line 479 def Remark @Remark end |
#SceneCode ⇒ Object
479 480 481 |
# File 'lib/v20201103/models.rb', line 479 def SceneCode @SceneCode end |
Instance Method Details
#deserialize(params) ⇒ Object
490 491 492 493 494 495 496 497 |
# File 'lib/v20201103/models.rb', line 490 def deserialize(params) @ListName = params['ListName'] @ListType = params['ListType'] @DataType = params['DataType'] @Remark = params['Remark'] @EncryptionType = params['EncryptionType'] @SceneCode = params['SceneCode'] end |