GoogleCloudAssuredworkloadsV1Trend.fromJson constructor

GoogleCloudAssuredworkloadsV1Trend.fromJson(
  1. Map json_
)

Implementation

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