GoogleApi.Script.V1.Model.DeploymentConfig (google_api_script v0.19.0)

View Source

Metadata the defines how a deployment is configured.

Attributes

  • description (type: String.t, default: nil) - The description for this deployment.
  • manifestFileName (type: String.t, default: nil) - The manifest file name for this deployment.
  • scriptId (type: String.t, default: nil) - The script project's Drive ID.
  • versionNumber (type: integer(), default: nil) - The version number on which this deployment is based.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Script.V1.Model.DeploymentConfig{
  description: String.t() | nil,
  manifestFileName: String.t() | nil,
  scriptId: String.t() | nil,
  versionNumber: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.