View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoConditionResult (google_api_integrations v0.13.0)

Contains the combined condition calculation results.

Attributes

  • currentTaskNumber (type: String.t, default: nil) - the current task number.
  • nextTaskNumber (type: String.t, default: nil) - the next task number.
  • result (type: boolean(), default: nil) - the result comes out after evaluate the combined condition. True if there's no combined condition specified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoConditionResult{
    currentTaskNumber: String.t() | nil,
    nextTaskNumber: String.t() | nil,
    result: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.