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

BuildingInsightsDetectedArrays

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

Information about solar arrays detected on the building.

interface BuildingInsightsDetectedArrays {
detectionStatus?:
| "DETECTION_STATUS_UNSPECIFIED"
| "DETECTION_STATUS_DATA_UNAVAILABLE"
| "DETECTION_STATUS_ARRAYS_DETECTED"
| "DETECTION_STATUS_NO_ARRAYS_DETECTED";
latestCaptureDate?: Date;
}

§Properties

§
detectionStatus?: "DETECTION_STATUS_UNSPECIFIED" | "DETECTION_STATUS_DATA_UNAVAILABLE" | "DETECTION_STATUS_ARRAYS_DETECTED" | "DETECTION_STATUS_NO_ARRAYS_DETECTED"
[src]

Indicates the detection status of solar arrays for this building.

§
latestCaptureDate?: Date
[src]

The date indicating when the latest solar array data was captured.