ObservationJob
import type { ObservationJob } from "https://googleapis.deno.dev/v1/apim:v1alpha.ts";Message describing ObservationJob object
interface ObservationJob  {
readonly createTime?: Date;
name?: string;
sources?: string[];
readonly state?: 
 | "STATE_UNSPECIFIED"
 | "CREATING"
 | "ENABLING"
 | "ENABLED"
 | "DISABLING"
 | "DISABLED"
 | "DELETING"
 | "ERROR";
readonly updateTime?: Date;
}§Properties
§
name?: string
[src]Identifier. name of resource Format: projects/{project}/locations/{location}/observationJobs/{observation_job}