Class: TencentCloud::Cr::V20180321::QueryCallListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::QueryCallListRequest
- Defined in:
- lib/v20180321/models.rb
Overview
QueryCallList请求参数结构体
Instance Attribute Summary collapse
- #BizDate ⇒ Object
- #BotId ⇒ Object
- #BotName ⇒ Object
- #FileName ⇒ Object
- #Module ⇒ Object
- #Operation ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, bizdate = nil, botid = nil, botname = nil, filename = nil) ⇒ QueryCallListRequest
constructor
A new instance of QueryCallListRequest.
Constructor Details
#initialize(_module = nil, operation = nil, bizdate = nil, botid = nil, botname = nil, filename = nil) ⇒ QueryCallListRequest
Returns a new instance of QueryCallListRequest.
1440 1441 1442 1443 1444 1445 1446 1447 |
# File 'lib/v20180321/models.rb', line 1440 def initialize(_module=nil, operation=nil, bizdate=nil, botid=nil, botname=nil, filename=nil) @Module = _module @Operation = operation @BizDate = bizdate @BotId = botid @BotName = botname @FileName = filename end |
Instance Attribute Details
#BizDate ⇒ Object
1438 1439 1440 |
# File 'lib/v20180321/models.rb', line 1438 def BizDate @BizDate end |
#BotId ⇒ Object
1438 1439 1440 |
# File 'lib/v20180321/models.rb', line 1438 def BotId @BotId end |
#BotName ⇒ Object
1438 1439 1440 |
# File 'lib/v20180321/models.rb', line 1438 def BotName @BotName end |
#FileName ⇒ Object
1438 1439 1440 |
# File 'lib/v20180321/models.rb', line 1438 def FileName @FileName end |
#Module ⇒ Object
1438 1439 1440 |
# File 'lib/v20180321/models.rb', line 1438 def Module @Module end |
#Operation ⇒ Object
1438 1439 1440 |
# File 'lib/v20180321/models.rb', line 1438 def Operation @Operation end |
Instance Method Details
#deserialize(params) ⇒ Object
1449 1450 1451 1452 1453 1454 1455 1456 |
# File 'lib/v20180321/models.rb', line 1449 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @BizDate = params['BizDate'] @BotId = params['BotId'] @BotName = params['BotName'] @FileName = params['FileName'] end |