Interface AuditLogServiceDateRange

AuditLogServiceDateRangeは、addメソッド実行時にダウンロード対象とする更新期間を保持するオブジェクトです。
このフィールドは、リクエストの場合は省略可能となります。
AuditLogServiceDateRange object is container storing the downloading date range of add method.
This field is optional in requests.

Hierarchy

  • AuditLogServiceDateRange

Properties

Properties

endDate?: null | string
終了日付です。
このフィールドは、リクエストの場合は省略可能となります。
・入力形式:Ymd形式
・デフォルト値:現在の日付
・指定可能範囲:現在の日付
※終了日付は開始日付以降の日付を指定してください。
End date.
This field is optional in requests.
- Entry format : Ymd format
- Default value : Current date
- Available range : Current date
*Enter the date after Start date.

Memberof

AuditLogServiceDateRange

startDate?: null | string
開始日付です。
このフィールドは、リクエストの場合は省略可能となります。
・入力形式:Ymd形式
・デフォルト値:2週間前の日付
・指定可能範囲:1年前の日付
Start date.
This field is optional in requests.
- Entry format : Ymd format
- Default value : Dated 2 weeks ago
- Available range : Date one year ago

Memberof

AuditLogServiceDateRange