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