Class: TencentCloud::Cr::V20180321::QueryRecordListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::QueryRecordListRequest
- Defined in:
- lib/v20180321/models.rb
Overview
QueryRecordList请求参数结构体
Instance Attribute Summary collapse
- #BotId ⇒ Object
- #BotName ⇒ Object
- #CalledPhone ⇒ 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, botid = nil, botname = nil, calledphone = nil, startbizdate = nil, endbizdate = nil) ⇒ QueryRecordListRequest
constructor
A new instance of QueryRecordListRequest.
Constructor Details
#initialize(_module = nil, operation = nil, offset = nil, limit = nil, botid = nil, botname = nil, calledphone = nil, startbizdate = nil, endbizdate = nil) ⇒ QueryRecordListRequest
Returns a new instance of QueryRecordListRequest.
1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 |
# File 'lib/v20180321/models.rb', line 1623 def initialize(_module=nil, operation=nil, offset=nil, limit=nil, botid=nil, botname=nil, calledphone=nil, startbizdate=nil, endbizdate=nil) @Module = _module @Operation = operation @Offset = offset @Limit = limit @BotId = botid @BotName = botname @CalledPhone = calledphone @StartBizDate = startbizdate @EndBizDate = endbizdate end |
Instance Attribute Details
#BotId ⇒ Object
1621 1622 1623 |
# File 'lib/v20180321/models.rb', line 1621 def BotId @BotId end |
#BotName ⇒ Object
1621 1622 1623 |
# File 'lib/v20180321/models.rb', line 1621 def BotName @BotName end |
#CalledPhone ⇒ Object
1621 1622 1623 |
# File 'lib/v20180321/models.rb', line 1621 def CalledPhone @CalledPhone end |
#EndBizDate ⇒ Object
1621 1622 1623 |
# File 'lib/v20180321/models.rb', line 1621 def EndBizDate @EndBizDate end |
#Limit ⇒ Object
1621 1622 1623 |
# File 'lib/v20180321/models.rb', line 1621 def Limit @Limit end |
#Module ⇒ Object
1621 1622 1623 |
# File 'lib/v20180321/models.rb', line 1621 def Module @Module end |
#Offset ⇒ Object
1621 1622 1623 |
# File 'lib/v20180321/models.rb', line 1621 def Offset @Offset end |
#Operation ⇒ Object
1621 1622 1623 |
# File 'lib/v20180321/models.rb', line 1621 def Operation @Operation end |
#StartBizDate ⇒ Object
1621 1622 1623 |
# File 'lib/v20180321/models.rb', line 1621 def StartBizDate @StartBizDate end |
Instance Method Details
#deserialize(params) ⇒ Object
1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 |
# File 'lib/v20180321/models.rb', line 1635 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @Offset = params['Offset'] @Limit = params['Limit'] @BotId = params['BotId'] @BotName = params['BotName'] @CalledPhone = params['CalledPhone'] @StartBizDate = params['StartBizDate'] @EndBizDate = params['EndBizDate'] end |