Interface VideoServiceCreatedDateRange

VideoServiceCreatedDateRangeは、作成日による検索対象期間を表します。
VideoServiceCreatedDateRange represents the search target period by the creation date.

Hierarchy

  • VideoServiceCreatedDateRange

Properties

Properties

endDate?: null | string
検索対象期間の終了日です。
※フォーマット:yyyyMMdd
This is the end date of the search target period.
* Format: yyyyMMdd

Memberof

VideoServiceCreatedDateRange

startDate?: null | string
検索対象期間の開始日です。
※フォーマット:yyyyMMdd
This is the start date of the search target period.
* Format: yyyyMMdd

Memberof

VideoServiceCreatedDateRange