View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterValueType (google_api_integrations v0.12.1)

LINT.IfChange To support various types of parameter values. Next available id: 14

Attributes

  • booleanArray (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoBooleanParameterArray.t, default: nil) -
  • booleanValue (type: boolean(), default: nil) -
  • doubleArray (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoDoubleParameterArray.t, default: nil) -
  • doubleValue (type: float(), default: nil) -
  • intArray (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoIntParameterArray.t, default: nil) -
  • intValue (type: String.t, default: nil) -
  • protoArray (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoProtoParameterArray.t, default: nil) -
  • protoValue (type: map(), default: nil) -
  • serializedObjectValue (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoSerializedObjectParameter.t, default: nil) -
  • stringArray (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoStringParameterArray.t, default: nil) -
  • stringValue (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParameterValueType{
    booleanArray:
      GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoBooleanParameterArray.t()
      | nil,
    booleanValue: boolean() | nil,
    doubleArray:
      GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoDoubleParameterArray.t()
      | nil,
    doubleValue: float() | nil,
    intArray:
      GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoIntParameterArray.t()
      | nil,
    intValue: String.t() | nil,
    protoArray:
      GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoProtoParameterArray.t()
      | nil,
    protoValue: map() | nil,
    serializedObjectValue:
      GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoSerializedObjectParameter.t()
      | nil,
    stringArray:
      GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoStringParameterArray.t()
      | nil,
    stringValue: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.