Interface ReportDefinitionServiceDateRange

ReportDefinitionServiceDateRangeオブジェクトは、レポートの集計対象期間を表します。
このフィールドは、ADD時に省略可能となり、REMOVE時に無視されます。
DateRangeTypeがCUSTOM_DATEの場合、必須項目です。
The ReportDefinitionServiceDateRange object serves the report compilation target period.
This field is optional in ADD operation, and will be ignored in REMOVE operation.
This field is required if DateRangeType is set to "CUSTOM DATE".

Hierarchy

  • ReportDefinitionServiceDateRange

Properties

Properties

endDate?: null | string
集計終了日です。
※フォーマット:yyyyMMdd
このフィールドは、ADD時に必須となり、REMOVE時に無視されます。
The compilation end date.
∗ Format: yyyyMMdd
This field is required in ADD operation, and will be ignored in REMOVE operation.

Memberof

ReportDefinitionServiceDateRange

startDate?: null | string
集計開始日です。
※フォーマット:yyyyMMdd
このフィールドは、ADD時に必須となり、REMOVE時に無視されます。
The compilation start date.
∗ Format: yyyyMMdd
This field is required in ADD operation, and will be ignored in REMOVE operation.

Memberof

ReportDefinitionServiceDateRange