View Source GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1LogConfig (google_api_integrations v0.14.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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.