Issue
import type { Issue } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
Metadata of an Issue.
interface Issue {
body?: string;
readonly closeTime?: Date;
readonly createTime?: Date;
etag?: string;
name?: string;
readonly state?: "STATE_UNSPECIFIED" | "OPEN" | "CLOSED";
title?: string;
readonly updateTime?: Date;
}§Properties
§
etag?: string
[src]Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.