Class: TencentCloud::Cfw::V20190904::DescribeSwitchListsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeSwitchListsRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeSwitchLists请求参数结构体
Instance Attribute Summary collapse
- #Area ⇒ Object
- #By ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #Order ⇒ Object
- #SearchValue ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, type = nil, area = nil, searchvalue = nil, limit = nil, offset = nil, order = nil, by = nil) ⇒ DescribeSwitchListsRequest
constructor
A new instance of DescribeSwitchListsRequest.
Constructor Details
#initialize(status = nil, type = nil, area = nil, searchvalue = nil, limit = nil, offset = nil, order = nil, by = nil) ⇒ DescribeSwitchListsRequest
Returns a new instance of DescribeSwitchListsRequest.
4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 |
# File 'lib/v20190904/models.rb', line 4706 def initialize(status=nil, type=nil, area=nil, searchvalue=nil, limit=nil, offset=nil, order=nil, by=nil) @Status = status @Type = type @Area = area @SearchValue = searchvalue @Limit = limit @Offset = offset @Order = order @By = by end |
Instance Attribute Details
#Area ⇒ Object
4704 4705 4706 |
# File 'lib/v20190904/models.rb', line 4704 def Area @Area end |
#By ⇒ Object
4704 4705 4706 |
# File 'lib/v20190904/models.rb', line 4704 def By @By end |
#Limit ⇒ Object
4704 4705 4706 |
# File 'lib/v20190904/models.rb', line 4704 def Limit @Limit end |
#Offset ⇒ Object
4704 4705 4706 |
# File 'lib/v20190904/models.rb', line 4704 def Offset @Offset end |
#Order ⇒ Object
4704 4705 4706 |
# File 'lib/v20190904/models.rb', line 4704 def Order @Order end |
#SearchValue ⇒ Object
4704 4705 4706 |
# File 'lib/v20190904/models.rb', line 4704 def SearchValue @SearchValue end |
#Status ⇒ Object
4704 4705 4706 |
# File 'lib/v20190904/models.rb', line 4704 def Status @Status end |
#Type ⇒ Object
4704 4705 4706 |
# File 'lib/v20190904/models.rb', line 4704 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 |
# File 'lib/v20190904/models.rb', line 4717 def deserialize(params) @Status = params['Status'] @Type = params['Type'] @Area = params['Area'] @SearchValue = params['SearchValue'] @Limit = params['Limit'] @Offset = params['Offset'] @Order = params['Order'] @By = params['By'] end |