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