A resource representing a script project version. A version is a "snapshot" of a script project and is similar to a read-only branched release. When creating deployments, the version to use must be specified.
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.
description
string The description for this version.
createTime
string (Timestamp format) When the version was created.A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".