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