DriveList class
A list of shared drives.
Constructors
- DriveList()
- DriveList.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
items
↔ List<
Drive> -
The list of shared drives. If nextPageToken is populated, then this list
may be incomplete and an additional page of results should be fetched.
read / write
- kind ↔ String
-
This is always drive#driveList
read / write
- nextPageToken ↔ String
-
The page token for the next page of shared drives. This will be absent if
the end of the list has been reached. If the token is rejected for any
reason, it should be discarded, and pagination should be restarted from
the first page of results.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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