Class: TencentCloud::Cr::V20180321::ExportBotDataRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::ExportBotDataRequest
- Defined in:
- lib/v20180321/models.rb
Overview
ExportBotData请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, bizdate = nil, botid = nil, botname = nil) ⇒ ExportBotDataRequest
constructor
A new instance of ExportBotDataRequest.
Constructor Details
#initialize(_module = nil, operation = nil, bizdate = nil, botid = nil, botname = nil) ⇒ ExportBotDataRequest
Returns a new instance of ExportBotDataRequest.
1205 1206 1207 1208 1209 1210 1211 |
# File 'lib/v20180321/models.rb', line 1205 def initialize(_module=nil, operation=nil, bizdate=nil, botid=nil, botname=nil) @Module = _module @Operation = operation @BizDate = bizdate @BotId = botid @BotName = botname end |
Instance Attribute Details
#BizDate ⇒ Object
1203 1204 1205 |
# File 'lib/v20180321/models.rb', line 1203 def BizDate @BizDate end |
#BotId ⇒ Object
1203 1204 1205 |
# File 'lib/v20180321/models.rb', line 1203 def BotId @BotId end |
#BotName ⇒ Object
1203 1204 1205 |
# File 'lib/v20180321/models.rb', line 1203 def BotName @BotName end |
#Module ⇒ Object
1203 1204 1205 |
# File 'lib/v20180321/models.rb', line 1203 def Module @Module end |
#Operation ⇒ Object
1203 1204 1205 |
# File 'lib/v20180321/models.rb', line 1203 def Operation @Operation end |
Instance Method Details
#deserialize(params) ⇒ Object
1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/v20180321/models.rb', line 1213 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @BizDate = params['BizDate'] @BotId = params['BotId'] @BotName = params['BotName'] end |