Class: TencentCloud::Cr::V20180321::DownloadReportRequest

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

Overview

DownloadReport请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(_module = nil, operation = nil, reportdate = nil, instid = nil) ⇒ DownloadReportRequest

Returns a new instance of DownloadReportRequest.



1129
1130
1131
1132
1133
1134
# File 'lib/v20180321/models.rb', line 1129

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:

    操作名,本接口取值:DownloadReport

  • ReportDate:

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

  • InstId:

    实例ID,不传默认为系统分配的初始实例。



1127
1128
1129
# File 'lib/v20180321/models.rb', line 1127

def InstId
  @InstId
end

#ModuleObject

Parameters:

  • Module:

    模块名,本接口取值:Report

  • Operation:

    操作名,本接口取值:DownloadReport

  • ReportDate:

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

  • InstId:

    实例ID,不传默认为系统分配的初始实例。



1127
1128
1129
# File 'lib/v20180321/models.rb', line 1127

def Module
  @Module
end

#OperationObject

Parameters:

  • Module:

    模块名,本接口取值:Report

  • Operation:

    操作名,本接口取值:DownloadReport

  • ReportDate:

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

  • InstId:

    实例ID,不传默认为系统分配的初始实例。



1127
1128
1129
# File 'lib/v20180321/models.rb', line 1127

def Operation
  @Operation
end

#ReportDateObject

Parameters:

  • Module:

    模块名,本接口取值:Report

  • Operation:

    操作名,本接口取值:DownloadReport

  • ReportDate:

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

  • InstId:

    实例ID,不传默认为系统分配的初始实例。



1127
1128
1129
# File 'lib/v20180321/models.rb', line 1127

def ReportDate
  @ReportDate
end

Instance Method Details

#deserialize(params) ⇒ Object



1136
1137
1138
1139
1140
1141
# File 'lib/v20180321/models.rb', line 1136

def deserialize(params)
  @Module = params['Module']
  @Operation = params['Operation']
  @ReportDate = params['ReportDate']
  @InstId = params['InstId']
end