View Source GoogleApi.Connectors.V1.Model.ConnectorsLogConfig (google_api_connectors v0.8.0)

Log configuration for the connection.

Attributes

  • enabled (type: boolean(), default: nil) - Enabled represents whether logging is enabled or not for a connection.
  • level (type: String.t, default: nil) - Optional. Log configuration level.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.ConnectorsLogConfig{
  enabled: boolean() | nil,
  level: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.