View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoFunction (google_api_integrations v0.4.0)

Attributes

  • functionType (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoFunctionType.t, default: nil) - The name of the function to perform.
  • parameters (type: list(GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTransformExpression.t), default: nil) - List of parameters required for the transformation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoFunction{
  functionType:
    GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoFunctionType.t()
    | nil,
  parameters:
    [
      GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTransformExpression.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.