script_projects_versions_get
Retrieve a specific version of a Google Apps Script project by providing the script ID and version number to access that version's details.
Instructions
Get a version of a Google Apps Script project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Selector specifying which fields to include in a partial response. | |
| scriptId | Yes | The ID of the script project. | |
| versionNumber | Yes | The version number of the script project. |