GoogleApi.Script.V1.Model.DeploymentConfig (google_api_script v0.16.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.

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.DeploymentConfig{
  description: String.t() | nil,
  manifestFileName: String.t() | nil,
  scriptId: String.t() | nil,
  versionNumber: integer() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.