google_api_monitoring v0.9.0 GoogleApi.Monitoring.V3.Model.ListUptimeCheckConfigsResponse View Source

The protocol for the ListUptimeCheckConfigs response.

Attributes

  • nextPageToken (String.t): 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). Defaults to: null.
  • totalSize (integer()): The total number of uptime check configurations for the project, irrespective of any pagination. Defaults to: null.
  • uptimeCheckConfigs ([UptimeCheckConfig]): The returned uptime check configurations. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Monitoring.V3.Model.ListUptimeCheckConfigsResponse{
  nextPageToken: any(),
  totalSize: any(),
  uptimeCheckConfigs: [GoogleApi.Monitoring.V3.Model.UptimeCheckConfig.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.