GoogleCloudRetailV2BigQuerySource.fromJson constructor
GoogleCloudRetailV2BigQuerySource.fromJson(
- Map json_
Implementation
GoogleCloudRetailV2BigQuerySource.fromJson(core.Map json_)
: this(
dataSchema: json_['dataSchema'] as core.String?,
datasetId: json_['datasetId'] as core.String?,
gcsStagingDir: json_['gcsStagingDir'] as core.String?,
partitionDate: json_.containsKey('partitionDate')
? GoogleTypeDate.fromJson(
json_['partitionDate'] as core.Map<core.String, core.dynamic>)
: null,
projectId: json_['projectId'] as core.String?,
tableId: json_['tableId'] as core.String?,
);