View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoNextTeardownTask (google_api_integrations v0.12.1)

The teardown task that is next in line to be executed. We support only sequential execution of teardown tasks (i.e. no branching).

Attributes

  • name (type: String.t, default: nil) - Required. Name of the next teardown task.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoNextTeardownTask{
    name: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.