Class: TencentCloud::Cr::V20180321::QueryBlackListDataRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::QueryBlackListDataRequest
- Defined in:
- lib/v20180321/models.rb
Overview
QueryBlackListData请求参数结构体
Instance Attribute Summary collapse
- #BlackValue ⇒ Object
- #EndBizDate ⇒ Object
- #Limit ⇒ Object
- #Module ⇒ Object
- #Offset ⇒ Object
- #Operation ⇒ Object
- #StartBizDate ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, offset = nil, limit = nil, startbizdate = nil, endbizdate = nil, blackvalue = nil) ⇒ QueryBlackListDataRequest
constructor
A new instance of QueryBlackListDataRequest.
Constructor Details
#initialize(_module = nil, operation = nil, offset = nil, limit = nil, startbizdate = nil, endbizdate = nil, blackvalue = nil) ⇒ QueryBlackListDataRequest
Returns a new instance of QueryBlackListDataRequest.
1323 1324 1325 1326 1327 1328 1329 1330 1331 |
# File 'lib/v20180321/models.rb', line 1323 def initialize(_module=nil, operation=nil, offset=nil, limit=nil, startbizdate=nil, endbizdate=nil, blackvalue=nil) @Module = _module @Operation = operation @Offset = offset @Limit = limit @StartBizDate = startbizdate @EndBizDate = endbizdate @BlackValue = blackvalue end |
Instance Attribute Details
#BlackValue ⇒ Object
1321 1322 1323 |
# File 'lib/v20180321/models.rb', line 1321 def BlackValue @BlackValue end |
#EndBizDate ⇒ Object
1321 1322 1323 |
# File 'lib/v20180321/models.rb', line 1321 def EndBizDate @EndBizDate end |
#Limit ⇒ Object
1321 1322 1323 |
# File 'lib/v20180321/models.rb', line 1321 def Limit @Limit end |
#Module ⇒ Object
1321 1322 1323 |
# File 'lib/v20180321/models.rb', line 1321 def Module @Module end |
#Offset ⇒ Object
1321 1322 1323 |
# File 'lib/v20180321/models.rb', line 1321 def Offset @Offset end |
#Operation ⇒ Object
1321 1322 1323 |
# File 'lib/v20180321/models.rb', line 1321 def Operation @Operation end |
#StartBizDate ⇒ Object
1321 1322 1323 |
# File 'lib/v20180321/models.rb', line 1321 def StartBizDate @StartBizDate end |
Instance Method Details
#deserialize(params) ⇒ Object
1333 1334 1335 1336 1337 1338 1339 1340 1341 |
# File 'lib/v20180321/models.rb', line 1333 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @Offset = params['Offset'] @Limit = params['Limit'] @StartBizDate = params['StartBizDate'] @EndBizDate = params['EndBizDate'] @BlackValue = params['BlackValue'] end |