versions
Overview
Name | versions |
Type | Resource |
Id | googleworkspace.script.versions |
Fields
Name | Datatype | Description |
---|---|---|
description | string | The description for this version. |
createTime | string | When the version was created. |
scriptId | string | The script project's Drive ID. |
versionNumber | integer | The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_versions_get | SELECT | scriptId, versionNumber | Gets a version of a script project. |
projects_versions_list | SELECT | scriptId | List the versions of a script project. |
projects_versions_create | INSERT | scriptId | Creates a new immutable version using the current code, with a unique version number. |