GoogleCloudRetailV2ImportErrorsConfig.fromJson constructor

GoogleCloudRetailV2ImportErrorsConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2ImportErrorsConfig.fromJson(core.Map json_)
    : this(
        gcsPrefix: json_.containsKey('gcsPrefix')
            ? json_['gcsPrefix'] as core.String
            : null,
      );