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

A field from the LogEntry that is added to the summary line (https://cloud.google.com/logging/docs/view/logs-explorer-interface#add-summary-fields) for a query in the Logs Explorer.

Attributes

  • field (type: String.t, default: nil) - Optional. The field from the LogEntry to include in the summary line, for example resource.type or jsonPayload.name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.SummaryField{field: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.