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

ScheduledReleaseRecord

import type { ScheduledReleaseRecord } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

A record of an attempt to create a compilation result for this release config.

interface ScheduledReleaseRecord {
compilationResult?: string;
errorStatus?: Status;
releaseTime?: Date;
}

§Properties

§
compilationResult?: string
[src]

The name of the created compilation result, if one was successfully created. Must be in the format projects/*\/locations/*\/repositories/*\/compilationResults/*.

§
errorStatus?: Status
[src]

The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.

§
releaseTime?: Date
[src]

The timestamp of this release attempt.