Show / Hide Table of Contents

Class BuildingInsightsDetectedArrays

Information about solar arrays detected on the building.

Inheritance
object
BuildingInsightsDetectedArrays
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX