結果: スクリプト プロジェクトのコードに新しい不変バージョンを作成します。バージョンには、プロジェクトの現在の保存済みコードが使用されます。これにより、後で読み取ったり、特定のデプロイで使用したりできるコード「スナップショット」が作成されます。バージョン構成の詳細を含む Version オブジェクトを返します。
[[["わかりやすい","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"]],["最終更新日 2025-05-08 UTC。"],[[["This section explains how to manage Apps Script project versions using the Apps Script API."],["You can create new versions, which are immutable snapshots of your project's code."],["The API allows you to list all existing versions and retrieve details about a specific version."],["Version information is returned as `Version` objects, and you can access the code itself using `projects.getContent`."]]],[]]