Class: TencentCloud::Cr::V20180321::DownloadDialogueTextRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::DownloadDialogueTextRequest
- Defined in:
- lib/v20180321/models.rb
Overview
DownloadDialogueText请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, reportdate = nil, instid = nil) ⇒ DownloadDialogueTextRequest
constructor
A new instance of DownloadDialogueTextRequest.
Constructor Details
#initialize(_module = nil, operation = nil, reportdate = nil, instid = nil) ⇒ DownloadDialogueTextRequest
Returns a new instance of DownloadDialogueTextRequest.
1033 1034 1035 1036 1037 1038 |
# File 'lib/v20180321/models.rb', line 1033 def initialize(_module=nil, operation=nil, reportdate=nil, instid=nil) @Module = _module @Operation = operation @ReportDate = reportdate @InstId = instid end |
Instance Attribute Details
#InstId ⇒ Object
1031 1032 1033 |
# File 'lib/v20180321/models.rb', line 1031 def InstId @InstId end |
#Module ⇒ Object
1031 1032 1033 |
# File 'lib/v20180321/models.rb', line 1031 def Module @Module end |
#Operation ⇒ Object
1031 1032 1033 |
# File 'lib/v20180321/models.rb', line 1031 def Operation @Operation end |
#ReportDate ⇒ Object
1031 1032 1033 |
# File 'lib/v20180321/models.rb', line 1031 def ReportDate @ReportDate end |
Instance Method Details
#deserialize(params) ⇒ Object
1040 1041 1042 1043 1044 1045 |
# File 'lib/v20180321/models.rb', line 1040 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @ReportDate = params['ReportDate'] @InstId = params['InstId'] end |