TimeRange
시간 범위 사양으로, startTime(포함)과 endTime(제외) 사이의 runTime을 사용하여 전송 실행을 요청합니다.
JSON 표현 |
{
"startTime": string,
"endTime": string
} |
필드 |
startTime |
string (Timestamp format)
전송 실행 범위의 시작 시간입니다. 예를 들면 "2017-05-25T00:00:00+00:00" 입니다. startTime은 endTime보다 작아야 합니다. runTime이 startTime(포함)과 endTime(제외) 사이의 범위에 있는 전송 실행을 만듭니다.
|
endTime |
string (Timestamp format)
전송 실행 범위의 종료 시간입니다. 예를 들면 "2017-05-30T00:00:00+00:00" 입니다. endTime은 미래일 수 없습니다. runTime이 startTime(포함)과 endTime(제외) 사이의 범위에 있는 전송 실행을 만듭니다.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-11-05 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"이해하기 어려움"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"잘못된 정보 또는 샘플 코드"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"필요한 정보/샘플이 없음"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]