View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoBaseValue (google_api_integrations v0.7.0)

Attributes

  • baseFunction (type: GoogleApi.Integrations.V1.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.V1.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.V1.Model.EnterpriseCrmEventbusProtoBaseValue{
  baseFunction:
    GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoFunction.t() | nil,
  literalValue:
    GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterValueType.t()
    | nil,
  referenceValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.