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

RetryPortabilityArchiveResponse

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

Response from retrying a Portability Archive.

interface RetryPortabilityArchiveResponse {
archiveJobId?: string;
}

§Properties

§
archiveJobId?: string
[src]

The archive job ID that is initiated by the retry endpoint. This can be used to get the state of the new job.