Drive class
Information about a shared drive.
Constructors
- Drive()
- Drive.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
The resource name of the shared drive. The format is
"COLLECTION_ID/DRIVE_ID". Clients should not assume a specific collection
ID for this resource name.
read / write
- root ↔ DriveItem
-
The root of this shared drive.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- title ↔ String
-
The title of the shared drive.
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