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

The protocol for the ListUptimeCheckConfigs response.

Attributes

  • nextPageToken (type: String.t, default: nil) - This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).
  • totalSize (type: integer(), default: nil) - The total number of Uptime check configurations for the project, irrespective of any pagination.
  • uptimeCheckConfigs (type: list(GoogleApi.Monitoring.V3.Model.UptimeCheckConfig.t), default: nil) - The returned Uptime check configurations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.ListUptimeCheckConfigsResponse{
  nextPageToken: String.t() | nil,
  totalSize: integer() | nil,
  uptimeCheckConfigs:
    [GoogleApi.Monitoring.V3.Model.UptimeCheckConfig.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.