Class Owner
Information about the owner of a Drive item.
Inheritance
System.Object
Owner
Implements
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class Owner : object, IDirectResponseSchema
Properties
Domain
The domain of the Drive item owner.
Declaration
public virtual Domain Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Domain |
Drive
The drive that owns the item.
Declaration
public virtual DriveReference Drive { get; set; }
Property Value
| Type | Description |
|---|---|
| DriveReference |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TeamDrive
This field is deprecated; please use the drive field instead.
Declaration
public virtual TeamDriveReference TeamDrive { get; set; }
Property Value
| Type | Description |
|---|---|
| TeamDriveReference |
User
The user that owns the Drive item.
Declaration
public virtual User User { get; set; }
Property Value
| Type | Description |
|---|---|
| User |