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

ResourcePolicyResourceStatusInstanceSchedulePolicyStatus

import type { ResourcePolicyResourceStatusInstanceSchedulePolicyStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ResourcePolicyResourceStatusInstanceSchedulePolicyStatus {
lastRunStartTime?: string;
nextRunStartTime?: string;
}

§Properties

§
lastRunStartTime?: string
[src]

[Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.

§
nextRunStartTime?: string
[src]

[Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.