Class Actor
The actor of a Drive activity.
Implements
Inherited Members
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class Actor : IDirectResponseSchema
Properties
Administrator
An administrator.
Declaration
[JsonProperty("administrator")]
public virtual Administrator Administrator { get; set; }
Property Value
| Type | Description |
|---|---|
| Administrator |
Anonymous
An anonymous user.
Declaration
[JsonProperty("anonymous")]
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 |
|---|---|
| string |
Impersonation
An account acting on behalf of another.
Declaration
[JsonProperty("impersonation")]
public virtual Impersonation Impersonation { get; set; }
Property Value
| Type | Description |
|---|---|
| Impersonation |
System
A non-user actor (i.e. system triggered).
Declaration
[JsonProperty("system")]
public virtual SystemEvent System { get; set; }
Property Value
| Type | Description |
|---|---|
| SystemEvent |
User
An end user.
Declaration
[JsonProperty("user")]
public virtual User User { get; set; }
Property Value
| Type | Description |
|---|---|
| User |