Class: TencentCloud::Rce::V20201103::OutputDescribeNameListDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::OutputDescribeNameListDetail
- Defined in:
- lib/v20201103/models.rb
Overview
黑白名单详情出参
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #DataType ⇒ 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, scenecode = nil, status = nil, remark = nil, createtime = nil, updatetime = nil, encryptiontype = nil) ⇒ OutputDescribeNameListDetail
constructor
A new instance of OutputDescribeNameListDetail.
Constructor Details
#initialize(namelistid = nil, listname = nil, listtype = nil, datatype = nil, scenecode = nil, status = nil, remark = nil, createtime = nil, updatetime = nil, encryptiontype = nil) ⇒ OutputDescribeNameListDetail
Returns a new instance of OutputDescribeNameListDetail.
1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'lib/v20201103/models.rb', line 1328 def initialize(namelistid=nil, listname=nil, listtype=nil, datatype=nil, scenecode=nil, status=nil, remark=nil, createtime=nil, updatetime=nil, encryptiontype=nil) @NameListId = namelistid @ListName = listname @ListType = listtype @DataType = datatype @SceneCode = scenecode @Status = status @Remark = remark @CreateTime = createtime @UpdateTime = updatetime @EncryptionType = encryptiontype end |
Instance Attribute Details
#CreateTime ⇒ Object
1326 1327 1328 |
# File 'lib/v20201103/models.rb', line 1326 def CreateTime @CreateTime end |
#DataType ⇒ Object
1326 1327 1328 |
# File 'lib/v20201103/models.rb', line 1326 def DataType @DataType end |
#EncryptionType ⇒ Object
1326 1327 1328 |
# File 'lib/v20201103/models.rb', line 1326 def EncryptionType @EncryptionType end |
#ListName ⇒ Object
1326 1327 1328 |
# File 'lib/v20201103/models.rb', line 1326 def ListName @ListName end |
#ListType ⇒ Object
1326 1327 1328 |
# File 'lib/v20201103/models.rb', line 1326 def ListType @ListType end |
#NameListId ⇒ Object
1326 1327 1328 |
# File 'lib/v20201103/models.rb', line 1326 def NameListId @NameListId end |
#Remark ⇒ Object
1326 1327 1328 |
# File 'lib/v20201103/models.rb', line 1326 def Remark @Remark end |
#SceneCode ⇒ Object
1326 1327 1328 |
# File 'lib/v20201103/models.rb', line 1326 def SceneCode @SceneCode end |
#Status ⇒ Object
1326 1327 1328 |
# File 'lib/v20201103/models.rb', line 1326 def Status @Status end |
#UpdateTime ⇒ Object
1326 1327 1328 |
# File 'lib/v20201103/models.rb', line 1326 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
# File 'lib/v20201103/models.rb', line 1341 def deserialize(params) @NameListId = params['NameListId'] @ListName = params['ListName'] @ListType = params['ListType'] @DataType = params['DataType'] @SceneCode = params['SceneCode'] @Status = params['Status'] @Remark = params['Remark'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @EncryptionType = params['EncryptionType'] end |