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

InitiatePortabilityArchiveRequest

import type { InitiatePortabilityArchiveRequest } from "https://googleapis.deno.dev/v1/dataportability:v1.ts";

Request to kick off an Archive job.

interface InitiatePortabilityArchiveRequest {
endTime?: Date;
resources?: string[];
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

Optional. The timestamp that represents the end point for the data you are exporting. If the end_time is not specified in the InitiatePortabilityArchiveRequest, this field is set to the latest available data.

§
resources?: string[]
[src]

The resources from which you're exporting data. These values have a 1:1 correspondence with the OAuth scopes.

§
startTime?: Date
[src]

Optional. The timestamp that represents the starting point for the data you are exporting. If the start_time is not specified in the InitiatePortabilityArchiveRequest, the field is set to the earliest available data.