NetworkList class
Contains a list of networks.
Constructors
- NetworkList()
- NetworkList.fromJson(Map _json)
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<
Network> -
A list of Network resources.
read / write
- kind ↔ String
-
Output Only
Type of resource. Always compute#networkList for lists of networks.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 ↔ NetworkListWarning
-
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