GoogleCloudRecommenderV1SustainabilityProjection.fromJson constructor

GoogleCloudRecommenderV1SustainabilityProjection.fromJson(
  1. Map json_
)

Implementation

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