google_api_monitoring v0.23.0 GoogleApi.Monitoring.V3.Model.ListUptimeCheckIpsResponse View Source
The protocol for the ListUptimeCheckIps 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). NOTE: this field is not yet implementeduptimeCheckIps
(type:list(GoogleApi.Monitoring.V3.Model.UptimeCheckIp.t)
, default:nil
) - The returned list of IP addresses (including region and location) that the checkers run from.
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 Sourcet() :: %GoogleApi.Monitoring.V3.Model.ListUptimeCheckIpsResponse{ nextPageToken: String.t(), uptimeCheckIps: [GoogleApi.Monitoring.V3.Model.UptimeCheckIp.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.