GoogleCloudRetailV2OutputConfigBigQueryDestination.fromJson constructor
GoogleCloudRetailV2OutputConfigBigQueryDestination.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2OutputConfigBigQueryDestination.fromJson(core.Map json_)
: this(
datasetId: json_['datasetId'] as core.String?,
tableIdPrefix: json_['tableIdPrefix'] as core.String?,
tableType: json_['tableType'] as core.String?,
);