View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoConditionResult (google_api_integrations v0.4.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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.