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

Result returned from ListLogMetrics.

Attributes

  • metrics (type: list(GoogleApi.Logging.V2.Model.LogMetric.t), default: nil) - A list of logs-based metrics.
  • nextPageToken (type: String.t, default: nil) - If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.ListLogMetricsResponse{
  metrics: [GoogleApi.Logging.V2.Model.LogMetric.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.