Class: TencentCloud::Rce::V20201103::OutputDescribeNameListFrontFix
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::OutputDescribeNameListFrontFix
- Defined in:
- lib/v20201103/models.rb
Overview
黑白名单信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #DataType ⇒ Object
- #EffectCount ⇒ Object
- #EncryptionType ⇒ Object
- #ListName ⇒ Object
- #ListType ⇒ Object
- #NameListId ⇒ Object
- #Remark ⇒ Object
- #SceneCode ⇒ Object
- #Status ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namelistid = nil, listname = nil, listtype = nil, datatype = nil, status = nil, remark = nil, createtime = nil, updatetime = nil, effectcount = nil, encryptiontype = nil, scenecode = nil) ⇒ OutputDescribeNameListFrontFix
constructor
A new instance of OutputDescribeNameListFrontFix.
Constructor Details
#initialize(namelistid = nil, listname = nil, listtype = nil, datatype = nil, status = nil, remark = nil, createtime = nil, updatetime = nil, effectcount = nil, encryptiontype = nil, scenecode = nil) ⇒ OutputDescribeNameListFrontFix
Returns a new instance of OutputDescribeNameListFrontFix.
1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 |
# File 'lib/v20201103/models.rb', line 1410 def initialize(namelistid=nil, listname=nil, listtype=nil, datatype=nil, status=nil, remark=nil, createtime=nil, updatetime=nil, effectcount=nil, encryptiontype=nil, scenecode=nil) @NameListId = namelistid @ListName = listname @ListType = listtype @DataType = datatype @Status = status @Remark = remark @CreateTime = createtime @UpdateTime = updatetime @EffectCount = effectcount @EncryptionType = encryptiontype @SceneCode = scenecode end |
Instance Attribute Details
#CreateTime ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def CreateTime @CreateTime end |
#DataType ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def DataType @DataType end |
#EffectCount ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def EffectCount @EffectCount end |
#EncryptionType ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def EncryptionType @EncryptionType end |
#ListName ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def ListName @ListName end |
#ListType ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def ListType @ListType end |
#NameListId ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def NameListId @NameListId end |
#Remark ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def Remark @Remark end |
#SceneCode ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def SceneCode @SceneCode end |
#Status ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def Status @Status end |
#UpdateTime ⇒ Object
1408 1409 1410 |
# File 'lib/v20201103/models.rb', line 1408 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 |
# File 'lib/v20201103/models.rb', line 1424 def deserialize(params) @NameListId = params['NameListId'] @ListName = params['ListName'] @ListType = params['ListType'] @DataType = params['DataType'] @Status = params['Status'] @Remark = params['Remark'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @EffectCount = params['EffectCount'] @EncryptionType = params['EncryptionType'] @SceneCode = params['SceneCode'] end |