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

GoogleCloudPolicyanalyzerV1ObservationPeriod

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

Represents data observation period.

interface GoogleCloudPolicyanalyzerV1ObservationPeriod {
endTime?: Date;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

The observation end time. The time in this timestamp is always 07:00:00Z.

§
startTime?: Date
[src]

The observation start time. The time in this timestamp is always 07:00:00Z.