Class: TencentCloud::Cr::V20180321::DownloadDialogueTextRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180321/models.rb

Overview

DownloadDialogueText请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#InstIdObject

Parameters:

  • Module:

    模块名,本接口取值:Report

  • Operation:

    操作名,本接口取值:DownloadTextReport

  • ReportDate:

    报告日期,格式为YYYY-MM-DD

  • InstId:

    实例ID



1031
1032
1033
# File 'lib/v20180321/models.rb', line 1031

def InstId
  @InstId
end

#ModuleObject

Parameters:

  • Module:

    模块名,本接口取值:Report

  • Operation:

    操作名,本接口取值:DownloadTextReport

  • ReportDate:

    报告日期,格式为YYYY-MM-DD

  • InstId:

    实例ID



1031
1032
1033
# File 'lib/v20180321/models.rb', line 1031

def Module
  @Module
end

#OperationObject

Parameters:

  • Module:

    模块名,本接口取值:Report

  • Operation:

    操作名,本接口取值:DownloadTextReport

  • ReportDate:

    报告日期,格式为YYYY-MM-DD

  • InstId:

    实例ID



1031
1032
1033
# File 'lib/v20180321/models.rb', line 1031

def Operation
  @Operation
end

#ReportDateObject

Parameters:

  • Module:

    模块名,本接口取值:Report

  • Operation:

    操作名,本接口取值:DownloadTextReport

  • ReportDate:

    报告日期,格式为YYYY-MM-DD

  • InstId:

    实例ID



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