ListAlertPoliciesResponse class
The protocol for the ListAlertPolicies response.
Constructors
Properties
-
alertPolicies
↔ List<
AlertPolicy> -
The returned alert policies.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- nextPageToken ↔ String
-
If there might be more results than were returned, then this field is set
to a non-empty value. To see the additional results, use that value as
page_token in the next call to this method.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- totalSize ↔ int
-
The total number of alert policies in all pages. This number is only an
estimate, and may change in subsequent pages. https://aip.dev/158
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