Class: TencentCloud::Cr::V20180321::DownloadBotRecordRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::DownloadBotRecordRequest
- Defined in:
- lib/v20180321/models.rb
Overview
DownloadBotRecord请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, bizdate = nil) ⇒ DownloadBotRecordRequest
constructor
A new instance of DownloadBotRecordRequest.
Constructor Details
#initialize(_module = nil, operation = nil, bizdate = nil) ⇒ DownloadBotRecordRequest
Returns a new instance of DownloadBotRecordRequest.
983 984 985 986 987 |
# File 'lib/v20180321/models.rb', line 983 def initialize(_module=nil, operation=nil, bizdate=nil) @Module = _module @Operation = operation @BizDate = bizdate end |
Instance Attribute Details
#BizDate ⇒ Object
981 982 983 |
# File 'lib/v20180321/models.rb', line 981 def BizDate @BizDate end |
#Module ⇒ Object
981 982 983 |
# File 'lib/v20180321/models.rb', line 981 def Module @Module end |
#Operation ⇒ Object
981 982 983 |
# File 'lib/v20180321/models.rb', line 981 def Operation @Operation end |
Instance Method Details
#deserialize(params) ⇒ Object
989 990 991 992 993 |
# File 'lib/v20180321/models.rb', line 989 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @BizDate = params['BizDate'] end |