프레젠테이션의 레이아웃 레이아웃은 해당 레이아웃을 상속받는 슬라이드에서 콘텐츠가 정렬되고 스타일이 지정되는 방식을 결정하는 템플릿입니다.
locale
string
프레젠테이션의 언어로 IETF BCP 47 언어 태그입니다.
revisionId
string
출력 전용입니다. 프레젠테이션의 버전 ID입니다. 업데이트 요청에서 마지막 읽기 작업 이후 프레젠테이션 버전이 변경되지 않았음을 어설션하는 데 사용할 수 있습니다. 사용자가 프레젠테이션에 대한 수정 액세스 권한이 있는 경우에만 채워집니다.
버전 ID는 순차 번호가 아니라 모호한 문자열입니다. 버전 ID의 형식은 시간이 지남에 따라 변경될 수 있으므로 불투명하게 처리해야 합니다. 반환된 버전 ID는 반환된 후 24시간 동안만 유효하며 여러 사용자와 공유할 수 없습니다. 호출 간에 버전 ID가 변경되지 않으면 프레젠테이션이 변경되지 않은 것입니다. 반대로 동일한 프레젠테이션 및 사용자의 ID가 변경된 경우 일반적으로 프레젠테이션이 업데이트된 것입니다. 하지만 ID 형식 변경과 같은 내부 요인으로 인해 ID가 변경될 수도 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-09(UTC)"],[[["This documentation describes the Presentation resource within the Google Slides API, including its JSON representation and associated methods."],["The Presentation resource represents a Google Slides presentation and contains data like slides, layouts, masters, and page size."],["Several methods are available to interact with presentations, including `batchUpdate`, `create`, and `get` which can update, create or retrieve presentations respectively."],["The JSON structure of a Presentation object includes fields like `presentationId`, `slides`, `title`, `masters`, `layouts`, and more."]]],["This content outlines the structure and functionality of a Google Slides presentation. Key information includes the `presentationId`, `pageSize`, `title`, `locale`, and `revisionId`. A presentation contains `slides`, `masters`, and `layouts`, each with defined properties. `Masters` provide default styles, while `layouts` dictate content arrangement. `notesMaster` defines properties for notes pages. Key actions involve creating, retrieving, and updating presentations via `create`, `get`, and `batchUpdate` methods respectively.\n"]]