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

InitiatePortabilityArchiveResponse

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

Response from initiating an Archive job.

interface InitiatePortabilityArchiveResponse {
accessType?: "ACCESS_TYPE_UNSPECIFIED" | "ACCESS_TYPE_ONE_TIME" | "ACCESS_TYPE_TIME_BASED";
archiveJobId?: string;
}

§Properties

§
accessType?: "ACCESS_TYPE_UNSPECIFIED" | "ACCESS_TYPE_ONE_TIME" | "ACCESS_TYPE_TIME_BASED"
[src]

The access type of the Archive job initiated by the API.

§
archiveJobId?: string
[src]

The archive job ID that is initiated in the API. This can be used to get the state of the job.