GoogleCloudRetailV2OutputConfigGcsDestination.fromJson constructor

GoogleCloudRetailV2OutputConfigGcsDestination.fromJson(
  1. Map json_
)

Implementation

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