View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmLoggingGwsFieldLimits (google_api_integrations v0.13.0)

Describes string and array limits when writing to logs. When a limit is exceeded the shortener_type describes how to shorten the field. next_id: 6

Attributes

  • logAction (type: String.t, default: nil) -
  • logType (type: list(String.t), default: nil) - To which type(s) of logs the limits apply.
  • maxArraySize (type: integer(), default: nil) - maximum array size. If the array exceds this size, the field (list) is truncated.
  • maxStringLength (type: integer(), default: nil) - maximum string length. If the field exceeds this amount the field is shortened.
  • shortenerType (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmLoggingGwsFieldLimits{
  logAction: String.t() | nil,
  logType: [String.t()] | nil,
  maxArraySize: integer() | nil,
  maxStringLength: integer() | nil,
  shortenerType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.