google_api_script v0.15.1 GoogleApi.Script.V1.Model.Version View Source
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.
Attributes
-
createTime(type:DateTime.t, default:nil) - When the version was created. -
description(type:String.t, default:nil) - The description for this version. -
scriptId(type:String.t, default:nil) - The script project's Drive ID. -
versionNumber(type:integer(), default:nil) - The incremental ID that is created by Apps Script when a version is created. This is system assigned number and is immutable once created.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Script.V1.Model.Version{
createTime: DateTime.t(),
description: String.t(),
scriptId: String.t(),
versionNumber: integer()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.