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 {
archiveJobId?: string;
}

§Properties

§
archiveJobId?: string
[src]

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