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;
}