GoogleApi.NetworkServices.V1.Model.LoggingConfig (google_api_network_services v0.11.0)

View Source

The configuration for Platform Telemetry logging for Eventarc Advanced resources.

Attributes

  • logSeverity (type: String.t, default: nil) - Optional. The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkServices.V1.Model.LoggingConfig{
  logSeverity: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.