EnterpriseCrmEventbusProtoLogSettings
import type { EnterpriseCrmEventbusProtoLogSettings } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
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.
interface EnterpriseCrmEventbusProtoLogSettings {
logFieldName?: string;
seedPeriod?:
| "SEED_PERIOD_UNSPECIFIED"
| "DAY"
| "WEEK"
| "MONTH";
seedScope?:
} | "SEED_SCOPE_UNSPECIFIED"
| "EVENT_NAME"
| "TIME_PERIOD"
| "PARAM_NAME";