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

RetrieveRequestStatusResponse

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

Response from the RetrieveRequestStatusRequest.

interface RetrieveRequestStatusResponse {
requestStatusPerDestination?: RequestStatusPerDestination[];
}

§Properties

§
requestStatusPerDestination?: RequestStatusPerDestination[]
[src]

A list of request statuses per destination. The order of the statuses matches the order of the destinations in the original request.