ComputeTuningConfigResponse.fromJson constructor
ComputeTuningConfigResponse.fromJson(
- Map json_
Implementation
ComputeTuningConfigResponse.fromJson(core.Map json_)
: this(
recommendedProperties:
(json_['recommendedProperties']
as core.Map<core.String, core.dynamic>?)
?.map((key, value) => core.MapEntry(key, value as core.String)),
);