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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Script.V1.Model.Deployment{
  deploymentConfig: GoogleApi.Script.V1.Model.DeploymentConfig.t() | nil,
  deploymentId: String.t() | nil,
  entryPoints: [GoogleApi.Script.V1.Model.EntryPoint.t()] | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.