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

EmbeddedTask defines a Task that is embedded in a Pipeline.

Attributes

  • annotations (type: map(), default: nil) - User annotations. See https://google.aip.dev/128#annotations
  • taskSpec (type: GoogleApi.CloudBuild.V2.Model.TaskSpec.t, default: nil) - Spec to instantiate this TaskRun.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.EmbeddedTask{
  annotations: map() | nil,
  taskSpec: GoogleApi.CloudBuild.V2.Model.TaskSpec.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.