View Source GoogleApi.Monitoring.V3.Model.ListSnoozesResponse (google_api_monitoring v0.55.0)

The results of a successful ListSnoozes call, containing the matching Snoozes.

Attributes

  • nextPageToken (type: String.t, default: nil) - Page token for repeated calls to ListSnoozes, to fetch additional pages of results. If this is empty or missing, there are no more pages.
  • snoozes (type: list(GoogleApi.Monitoring.V3.Model.Snooze.t), default: nil) - Snoozes matching this list call.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.ListSnoozesResponse{
  nextPageToken: String.t() | nil,
  snoozes: [GoogleApi.Monitoring.V3.Model.Snooze.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.