Class SolarPanelConfig
SolarPanelConfig describes a particular placement of solar panels on the roof.
Implements
Inherited Members
Namespace: Google.Apis.Solar.v1.Data
Assembly: Google.Apis.Solar.v1.dll
Syntax
public class SolarPanelConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PanelsCount
Total number of panels. Note that this is redundant to (the sum of) the corresponding fields in roof_segment_summaries.
Declaration
[JsonProperty("panelsCount")]
public virtual int? PanelsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
RoofSegmentSummaries
Information about the production of each roof segment that is carrying at least one panel in this layout.
roof_segment_summaries[i]
describes the i-th roof segment, including its size, expected production and
orientation.
Declaration
[JsonProperty("roofSegmentSummaries")]
public virtual IList<RoofSegmentSummary> RoofSegmentSummaries { get; set; }
Property Value
Type | Description |
---|---|
IList<RoofSegmentSummary> |
YearlyEnergyDcKwh
How much sunlight energy this layout captures over the course of a year, in DC kWh, assuming the panels described above.
Declaration
[JsonProperty("yearlyEnergyDcKwh")]
public virtual float? YearlyEnergyDcKwh { get; set; }
Property Value
Type | Description |
---|---|
float? |