GoogleCloudRetailV2ModelServingConfigList.fromJson constructor

GoogleCloudRetailV2ModelServingConfigList.fromJson(
  1. Map json_
)

Implementation

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