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