Show / Hide Table of Contents

Class ActionDetail

Data describing the type and additional information of an action.

Inheritance
System.Object
ActionDetail
Implements
IDirectResponseSchema
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class ActionDetail : object, IDirectResponseSchema

Properties

Comment

A change about comments was made.

Declaration
public virtual Comment Comment { get; set; }
Property Value
Type Description
Comment

Create

An object was created.

Declaration
public virtual Create Create { get; set; }
Property Value
Type Description
Create

Delete

An object was deleted.

Declaration
public virtual Delete Delete { get; set; }
Property Value
Type Description
Delete

DlpChange

A change happened in data leak prevention status.

Declaration
public virtual DataLeakPreventionChange DlpChange { get; set; }
Property Value
Type Description
DataLeakPreventionChange

Edit

An object was edited.

Declaration
public virtual Edit Edit { get; set; }
Property Value
Type Description
Edit

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Move

An object was moved.

Declaration
public virtual Move Move { get; set; }
Property Value
Type Description
Move

PermissionChange

The permission on an object was changed.

Declaration
public virtual PermissionChange PermissionChange { get; set; }
Property Value
Type Description
PermissionChange

Reference

An object was referenced in an application outside of Drive/Docs.

Declaration
public virtual ApplicationReference Reference { get; set; }
Property Value
Type Description
ApplicationReference

Rename

An object was renamed.

Declaration
public virtual Rename Rename { get; set; }
Property Value
Type Description
Rename

Restore

A deleted object was restored.

Declaration
public virtual Restore Restore { get; set; }
Property Value
Type Description
Restore

SettingsChange

Settings were changed.

Declaration
public virtual SettingsChange SettingsChange { get; set; }
Property Value
Type Description
SettingsChange

Implements

IDirectResponseSchema
Back to top