View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoBaseValue (google_api_integrations v0.8.0)

Attributes

  • baseFunction (type: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoFunction.t, default: nil) - Start with a function that does not build on existing values. Eg. CurrentTime, Min, Max, Exists, etc.
  • literalValue (type: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterValueType.t, default: nil) - Start with a literal value.
  • referenceValue (type: String.t, default: nil) - Start with a reference value to dereference.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoBaseValue{
    baseFunction:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoFunction.t()
      | nil,
    literalValue:
      GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParameterValueType.t()
      | nil,
    referenceValue: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.