GoogleCloudRetailV2OutputConfigGcsDestination.fromJson constructor
GoogleCloudRetailV2OutputConfigGcsDestination.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2OutputConfigGcsDestination.fromJson(core.Map json_)
: this(
outputUriPrefix: json_['outputUriPrefix'] as core.String?,
);