provenanceEntries property

List<EmissionsProvenanceEntry>? provenanceEntries
getter/setter pair

All contributing factors used to calculate emissions.

Each entry type (provenance_entry_type) acts as a "key" identifying the factor, with always only one entry per entry type. The remaining fields describe that specific factor and may or may not be populated.

Output only.

Implementation

core.List<EmissionsProvenanceEntry>? provenanceEntries;