GoogleApi.Script.V1.Model.Deployment (google_api_script v0.15.2) View Source

Representation of a single script deployment.

Attributes

  • deploymentConfig (type: GoogleApi.Script.V1.Model.DeploymentConfig.t, default: nil) - The deployment configuration.
  • deploymentId (type: String.t, default: nil) - The deployment ID for this deployment.
  • entryPoints (type: list(GoogleApi.Script.V1.Model.EntryPoint.t), default: nil) - The deployment's entry points.
  • updateTime (type: DateTime.t, default: nil) - Last modified date time stamp.

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.Deployment{
  deploymentConfig: GoogleApi.Script.V1.Model.DeploymentConfig.t(),
  deploymentId: String.t(),
  entryPoints: [GoogleApi.Script.V1.Model.EntryPoint.t()],
  updateTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.