google_api_script v0.3.0 GoogleApi.Script.V1.Model.DeploymentConfig View Source

Metadata the defines how a deployment is configured.

Attributes

  • description (String.t): The description for this deployment. Defaults to: null.
  • manifestFileName (String.t): The manifest file name for this deployment. Defaults to: null.
  • scriptId (String.t): The script project's Drive ID. Defaults to: null.
  • versionNumber (integer()): The version number on which this deployment is based. 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.DeploymentConfig{
  description: any(),
  manifestFileName: 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.