GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination.fromJson constructor
GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination.fromJson(
core.Map json_)
: this(
dataset: json_.containsKey('dataset')
? json_['dataset'] as core.String
: null,
projectId: json_.containsKey('projectId')
? json_['projectId'] as core.String
: null,
table:
json_.containsKey('table') ? json_['table'] as core.String : null,
);