Class: TencentCloud::Rce::V20201103::InputDescribeNameListFront
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::InputDescribeNameListFront
- Defined in:
- lib/v20201103/models.rb
Overview
查询黑白名单入参
Instance Attribute Summary collapse
- #DataType ⇒ Object
- #KeyWord ⇒ Object
- #ListType ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pagenumber = nil, pagesize = nil, listtype = nil, datatype = nil, keyword = nil, status = nil) ⇒ InputDescribeNameListFront
constructor
A new instance of InputDescribeNameListFront.
Constructor Details
#initialize(pagenumber = nil, pagesize = nil, listtype = nil, datatype = nil, keyword = nil, status = nil) ⇒ InputDescribeNameListFront
Returns a new instance of InputDescribeNameListFront.
622 623 624 625 626 627 628 629 |
# File 'lib/v20201103/models.rb', line 622 def initialize(pagenumber=nil, pagesize=nil, listtype=nil, datatype=nil, keyword=nil, status=nil) @PageNumber = pagenumber @PageSize = pagesize @ListType = listtype @DataType = datatype @KeyWord = keyword @Status = status end |
Instance Attribute Details
#DataType ⇒ Object
620 621 622 |
# File 'lib/v20201103/models.rb', line 620 def DataType @DataType end |
#KeyWord ⇒ Object
620 621 622 |
# File 'lib/v20201103/models.rb', line 620 def KeyWord @KeyWord end |
#ListType ⇒ Object
620 621 622 |
# File 'lib/v20201103/models.rb', line 620 def ListType @ListType end |
#PageNumber ⇒ Object
620 621 622 |
# File 'lib/v20201103/models.rb', line 620 def PageNumber @PageNumber end |
#PageSize ⇒ Object
620 621 622 |
# File 'lib/v20201103/models.rb', line 620 def PageSize @PageSize end |
#Status ⇒ Object
620 621 622 |
# File 'lib/v20201103/models.rb', line 620 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
631 632 633 634 635 636 637 638 |
# File 'lib/v20201103/models.rb', line 631 def deserialize(params) @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @ListType = params['ListType'] @DataType = params['DataType'] @KeyWord = params['KeyWord'] @Status = params['Status'] end |