GoogleCloudRetailV2ModelServingConfigList.fromJson constructor
GoogleCloudRetailV2ModelServingConfigList.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2ModelServingConfigList.fromJson(core.Map json_)
: this(
servingConfigIds:
(json_['servingConfigIds'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);