GoogleCloudRecommendationengineV1beta1BigQuerySource.fromJson constructor
GoogleCloudRecommendationengineV1beta1BigQuerySource.fromJson(
- Map _json
Implementation
GoogleCloudRecommendationengineV1beta1BigQuerySource.fromJson(core.Map _json)
: this(
dataSchema: _json.containsKey('dataSchema')
? _json['dataSchema'] as core.String
: null,
datasetId: _json.containsKey('datasetId')
? _json['datasetId'] as core.String
: null,
gcsStagingDir: _json.containsKey('gcsStagingDir')
? _json['gcsStagingDir'] as core.String
: null,
projectId: _json.containsKey('projectId')
? _json['projectId'] as core.String
: null,
tableId: _json.containsKey('tableId')
? _json['tableId'] as core.String
: null,
);