Interface ReportDefinitionServiceReportDateRange

ReportDefinitionServiceReportDateRangeオブジェクトは、レポートの集計対象期間を表します。
ADD時、このフィールドは省略可能となります。
ReportDefinitionServiceReportDateRange object displays date range of the report.
This field is optional in ADD operation.

Hierarchy

  • ReportDefinitionServiceReportDateRange

Properties

Properties

endDate?: null | string
集計の終了日です。
※フォーマット:yyyyMMdd
DateRangeTypeがCUSTOM_DATEの場合、このフィールドはADD時に必須となります。
End date.
∗ Format: yyyyMMdd
If DateRangeType is CUSTOM_DATE, this field is required in ADD operation.

Memberof

ReportDefinitionServiceReportDateRange

startDate?: null | string
集計の開始日です。
※フォーマット:yyyyMMdd
DateRangeTypeがCUSTOM_DATEの場合、このフィールドはADD時に必須となります。
Start date.
∗ Format: yyyyMMdd
If DateRangeType is CUSTOM_DATE, this field is required in ADD operation.

Memberof

ReportDefinitionServiceReportDateRange