Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Action

import type { Action } from "https://googleapis.deno.dev/v1/driveactivity:v2.ts";

Information about the action.

interface Action {
actor?: Actor;
detail?: ActionDetail;
target?: Target;
timeRange?: TimeRange;
timestamp?: Date;
}

§Properties

§
actor?: Actor
[src]

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

§

The type and detailed information about the action.

§
target?: Target
[src]

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

§
timeRange?: TimeRange
[src]

The action occurred over this time range.

§
timestamp?: Date
[src]

The action occurred at this specific time.