Class BuildingInsightsDetectedArrays
Information about solar arrays detected on the building.
Implements
Inherited Members
Namespace: Google.Apis.Solar.v1.Data
Assembly: Google.Apis.Solar.v1.dll
Syntax
public class BuildingInsightsDetectedArrays : IDirectResponseSchema
Properties
DetectionStatus
Indicates the detection status of solar arrays for this building.
Declaration
[JsonProperty("detectionStatus")]
public virtual string DetectionStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LatestCaptureDate
The date indicating when the latest solar array data was captured.
Declaration
[JsonProperty("latestCaptureDate")]
public virtual Date LatestCaptureDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |