ListUptimeCheckIpsResponse class
The protocol for the ListUptimeCheckIps response.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- nextPageToken ↔ String
-
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
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
uptimeCheckIps
↔ List<
UptimeCheckIp> -
The returned list of IP addresses (including region and location) that the
checkers run from.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited