Class ListUptimeCheckIpsResponse
The protocol for the ListUptimeCheckIps response.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class ListUptimeCheckIpsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
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 implemented
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
UptimeCheckIps
The returned list of IP addresses (including region and location) that the checkers run from.
Declaration
[JsonProperty("uptimeCheckIps")]
public virtual IList<UptimeCheckIp> UptimeCheckIps { get; set; }
Property Value
Type | Description |
---|---|
IList<UptimeCheckIp> |