Class Google_Service_Script_ProjectsVersions_Resource
The "versions" collection of methods. Typical usage is:
$scriptService = new Google_Service_Script(...); $versions = $scriptService->versions;
- Google_Service_Resource
-
Google_Service_Script_ProjectsVersions_Resource
Located at Script.php
public
|
#
create( string $scriptId,
Creates a new immutable version using the current code, with a unique version number. (versions.create) |
public
|
#
get( string $scriptId, integer $versionNumber, array $optParams = array() )
Gets a version of a script project. (versions.get) |
public
|
#
listProjectsVersions( string $scriptId, array $optParams = array() )
List the versions of a script project. (versions.listProjectsVersions) |