Class: TencentCloud::Rce::V20201103::InputDescribeDataListFront
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::InputDescribeDataListFront
- Defined in:
- lib/v20201103/models.rb
Overview
查询黑白名单数据入参
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namelistid = nil, pagenumber = nil, pagesize = nil, keyword = nil, status = nil) ⇒ InputDescribeDataListFront
constructor
A new instance of InputDescribeDataListFront.
Constructor Details
#initialize(namelistid = nil, pagenumber = nil, pagesize = nil, keyword = nil, status = nil) ⇒ InputDescribeDataListFront
Returns a new instance of InputDescribeDataListFront.
572 573 574 575 576 577 578 |
# File 'lib/v20201103/models.rb', line 572 def initialize(namelistid=nil, pagenumber=nil, pagesize=nil, keyword=nil, status=nil) @NameListId = namelistid @PageNumber = pagenumber @PageSize = pagesize @KeyWord = keyword @Status = status end |
Instance Attribute Details
#KeyWord ⇒ Object
570 571 572 |
# File 'lib/v20201103/models.rb', line 570 def KeyWord @KeyWord end |
#NameListId ⇒ Object
570 571 572 |
# File 'lib/v20201103/models.rb', line 570 def NameListId @NameListId end |
#PageNumber ⇒ Object
570 571 572 |
# File 'lib/v20201103/models.rb', line 570 def PageNumber @PageNumber end |
#PageSize ⇒ Object
570 571 572 |
# File 'lib/v20201103/models.rb', line 570 def PageSize @PageSize end |
#Status ⇒ Object
570 571 572 |
# File 'lib/v20201103/models.rb', line 570 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
580 581 582 583 584 585 586 |
# File 'lib/v20201103/models.rb', line 580 def deserialize(params) @NameListId = params['NameListId'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @KeyWord = params['KeyWord'] @Status = params['Status'] end |