View Source GoogleApi.Logging.V2.Model.SuppressionInfo (google_api_logging v0.47.0)

Information about entries that were omitted from the session.

Attributes

  • reason (type: String.t, default: nil) - The reason that entries were omitted from the session.
  • suppressedCount (type: integer(), default: nil) - A lower bound on the count of entries omitted due to reason.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.SuppressionInfo{
  reason: String.t() | nil,
  suppressedCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.