NotificationEndpointList class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
id
↔ String
-
Output Only
Unique identifier for the resource; defined by the server.
read / write
-
items
↔ List<NotificationEndpoint>
-
A list of NotificationEndpoint resources.
read / write
-
kind
↔ String
-
Output Only
Type of the resource. Always compute#notificationEndpoint
for notification endpoints.
read / write
-
nextPageToken
↔ String
-
Output Only
This token allows you to get the next page of results for
list requests. If the number of results is larger than maxResults, use the
nextPageToken as a value for the query parameter pageToken in the next
list request. Subsequent list requests will have their own nextPageToken
to continue paging through the results.
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
selfLink
↔ String
-
Output Only
Server-defined URL for this resource.
read / write
-
warning
↔ NotificationEndpointListWarning
-
Output Only
Informational warning message.
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