Class Actor
The actor of a Drive activity.
Inheritance
System.Object
Actor
Implements
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class Actor : object, IDirectResponseSchema
Properties
Administrator
An administrator.
Declaration
public virtual Administrator Administrator { get; set; }
Property Value
| Type | Description |
|---|---|
| Administrator |
Anonymous
An anonymous user.
Declaration
public virtual AnonymousUser Anonymous { get; set; }
Property Value
| Type | Description |
|---|---|
| AnonymousUser |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Impersonation
An account acting on behalf of another.
Declaration
public virtual Impersonation Impersonation { get; set; }
Property Value
| Type | Description |
|---|---|
| Impersonation |
System
A non-user actor (i.e. system triggered).
Declaration
public virtual SystemEvent System { get; set; }
Property Value
| Type | Description |
|---|---|
| SystemEvent |
User
An end user.
Declaration
public virtual User User { get; set; }
Property Value
| Type | Description |
|---|---|
| User |