Class ActionDetail
Data describing the type and additional information of an action.
Implements
Inherited Members
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class ActionDetail : IDirectResponseSchema
Properties
AppliedLabelChange
Label was changed.
Declaration
[JsonProperty("appliedLabelChange")]
public virtual AppliedLabelChange AppliedLabelChange { get; set; }
Property Value
Type | Description |
---|---|
AppliedLabelChange |
Comment
A change about comments was made.
Declaration
[JsonProperty("comment")]
public virtual Comment Comment { get; set; }
Property Value
Type | Description |
---|---|
Comment |
Create
An object was created.
Declaration
[JsonProperty("create")]
public virtual Create Create { get; set; }
Property Value
Type | Description |
---|---|
Create |
Delete
An object was deleted.
Declaration
[JsonProperty("delete")]
public virtual Delete Delete { get; set; }
Property Value
Type | Description |
---|---|
Delete |
DlpChange
A change happened in data leak prevention status.
Declaration
[JsonProperty("dlpChange")]
public virtual DataLeakPreventionChange DlpChange { get; set; }
Property Value
Type | Description |
---|---|
DataLeakPreventionChange |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Edit
An object was edited.
Declaration
[JsonProperty("edit")]
public virtual Edit Edit { get; set; }
Property Value
Type | Description |
---|---|
Edit |
Move
An object was moved.
Declaration
[JsonProperty("move")]
public virtual Move Move { get; set; }
Property Value
Type | Description |
---|---|
Move |
PermissionChange
The permission on an object was changed.
Declaration
[JsonProperty("permissionChange")]
public virtual PermissionChange PermissionChange { get; set; }
Property Value
Type | Description |
---|---|
PermissionChange |
Reference
An object was referenced in an application outside of Drive/Docs.
Declaration
[JsonProperty("reference")]
public virtual ApplicationReference Reference { get; set; }
Property Value
Type | Description |
---|---|
ApplicationReference |
Rename
An object was renamed.
Declaration
[JsonProperty("rename")]
public virtual Rename Rename { get; set; }
Property Value
Type | Description |
---|---|
Rename |
Restore
A deleted object was restored.
Declaration
[JsonProperty("restore")]
public virtual Restore Restore { get; set; }
Property Value
Type | Description |
---|---|
Restore |
SettingsChange
Settings were changed.
Declaration
[JsonProperty("settingsChange")]
public virtual SettingsChange SettingsChange { get; set; }
Property Value
Type | Description |
---|---|
SettingsChange |