google_api_script v0.3.0 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 (DateTime.t): When the version was created. Defaults to: null.
  • description (String.t): The description for this version. Defaults to: null.
  • scriptId (String.t): The script project's Drive ID. Defaults to: null.
  • 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. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Script.V1.Model.Version{
  createTime: DateTime.t(),
  description: any(),
  scriptId: any(),
  versionNumber: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.