SnapshotList class
Contains a list of Snapshot resources.
Constructors
- SnapshotList()
- SnapshotList.fromJson(Map _json)
Properties
- id ↔ String
-
Output Only
Unique identifier for the resource; defined by the server.read / write -
items
↔ List<
Snapshot> -
A list of Snapshot resources.
read / write
- kind ↔ String
-
Type of resource.
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 - selfLink ↔ String
-
Output Only
Server-defined URL for this resource.read / write - warning ↔ SnapshotListWarning
-
Output Only
Informational warning message.read / write - hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, Object> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited