View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoLogSettings (google_api_integrations v0.14.0)

The LogSettings define the logging attributes for an event property. These attributes are used to map the property to the parameter in the log proto. Also used to define scrubbing/truncation behavior and PII information.

Attributes

  • logFieldName (type: String.t, default: nil) - The name of corresponding logging field of the event property. If omitted, assumes the same name as the event property key.
  • seedPeriod (type: String.t, default: nil) -
  • seedScope (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoLogSettings{
  logFieldName: String.t() | nil,
  seedPeriod: String.t() | nil,
  seedScope: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.