View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoTransformExpression (google_api_integrations v0.11.0)

Attributes

  • initialValue (type: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoBaseValue.t, default: nil) - Initial value upon which to perform transformations.
  • transformationFunctions (type: list(GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoFunction.t), default: nil) - Transformations to be applied sequentially.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoTransformExpression{
    initialValue:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoBaseValue.t()
      | nil,
    transformationFunctions:
      [
        GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoFunction.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.