Show / Hide Table of Contents

Class Action

Information about the action.

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

Properties

Actor

The actor responsible for this action (or empty if all actors are responsible).

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

Detail

The type and detailed information about the action.

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

ETag

The ETag of the item.

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

Target

The target this action affects (or empty if affecting all targets). This represents the state of the target immediately after this action occurred.

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

TimeRange

The action occurred over this time range.

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

Timestamp

The action occurred at this specific time.

Declaration
public virtual object Timestamp { get; set; }
Property Value
Type Description
System.Object

Implements

IDirectResponseSchema
Back to top