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.