View Source GoogleApi.CloudBuild.V2.Model.WorkspacePipelineTaskBinding (google_api_cloud_build v0.50.1)

WorkspacePipelineTaskBinding maps workspaces from the PipelineSpec to the workspaces declared in the Task.

Attributes

  • name (type: String.t, default: nil) - Name of the workspace as declared by the task.
  • subPath (type: String.t, default: nil) - Optional. SubPath is optionally a directory on the volume which should be used for this binding (i.e. the volume will be mounted at this sub directory). +optional
  • workspace (type: String.t, default: nil) - Name of the workspace declared by the pipeline.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.WorkspacePipelineTaskBinding{
  name: String.t() | nil,
  subPath: String.t() | nil,
  workspace: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.