GoogleCloudRecommenderV1SustainabilityProjection.fromJson constructor
GoogleCloudRecommenderV1SustainabilityProjection.fromJson(
- Map json_
Implementation
GoogleCloudRecommenderV1SustainabilityProjection.fromJson(core.Map json_)
: this(
duration: json_['duration'] as core.String?,
kgCO2e: (json_['kgCO2e'] as core.num?)?.toDouble(),
);