AccessDateRange
連続する日数: startDate、startDate + 1、...、endDate。
JSON 表現 |
{
"startDate": string,
"endDate": string
} |
フィールド |
startDate |
string
クエリの開始日(両端を含む)。形式は YYYY-MM-DD です。endDate より後の日付を指定してください。NdaysAgo 、yesterday 、today の形式も使用できます。この場合、リクエストのタイムゾーンでの現在の時刻に基づいて日付が推測されます。
|
endDate |
string
クエリの終了日(両端を含む)。形式は YYYY-MM-DD です。startDate より前の日付は指定できません。NdaysAgo 、yesterday 、today の形式も使用できます。この場合、リクエストのタイムゾーンでの現在の時刻に基づいて日付が推測されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-10 UTC。
[null,null,["最終更新日 2024-09-10 UTC。"],[[["Defines a date range using a start date and an end date, inclusive of both."],["Dates are specified in `YYYY-MM-DD` format or using relative terms like `NdaysAgo`, `yesterday`, or `today`."],["The `startDate` cannot be after the `endDate`, ensuring a valid date range."],["Both `startDate` and `endDate` are interpreted based on the request's time zone."]]],[]]