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

TaskResult is used to describe the results of a task.

Attributes

  • description (type: String.t, default: nil) - Description of the result.
  • name (type: String.t, default: nil) - Name of the result.
  • properties (type: %{optional(String.t) => GoogleApi.CloudBuild.V2.Model.PropertySpec.t}, default: nil) - When type is OBJECT, this map holds the names of fields inside that object along with the type of data each field holds.
  • type (type: String.t, default: nil) - The type of data that the result holds.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.TaskResult{
  description: String.t() | nil,
  name: String.t() | nil,
  properties:
    %{optional(String.t()) => GoogleApi.CloudBuild.V2.Model.PropertySpec.t()}
    | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.