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

Mapped field is a pair of input field and output field.

Attributes

  • inputField (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoField.t, default: nil) - The input field being mapped from.
  • outputField (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoField.t, default: nil) - The output field being mapped to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoMappedField{
  inputField:
    GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoField.t() | nil,
  outputField:
    GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoField.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.