Owner class

Information about the owner of a Drive item.

Constructors

Owner({Domain? domain, DriveReference? drive, TeamDriveReference? teamDrive, User? user})
Owner.fromJson(Map json_)

Properties

domain Domain?
The domain of the Drive item owner.
getter/setter pair
drive DriveReference?
The drive that owns the item.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamDrive TeamDriveReference?
This field is deprecated; please use the drive field instead.
getter/setter pair
user User?
The user that owns the Drive item.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited