DocsDestination

스크립트 파일이 저장되는 Google Docs 위치입니다.

JSON 표현
{
  "document": string,
  "exportUri": string
}
필드
document

string

출력 전용입니다. 기본 Google Docs 스크립트 파일의 문서 ID입니다. 예를 들면 '1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP'입니다. Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get)의 documents.get 메서드를 사용하여 콘텐츠를 가져옵니다.

exportUri

string

출력 전용입니다. Google Docs 스크립트 파일의 URI입니다. https://docs.google.com/document/d/{$DocumentId}/view를 사용하여 브라우저에서 스크립트를 탐색합니다.