GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination.fromJson constructor
GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination.fromJson(
core.Map json_,
) : this(
addWhitespace: json_['addWhitespace'] as core.bool?,
alwaysPrintEmptyFields: json_['alwaysPrintEmptyFields'] as core.bool?,
format: json_['format'] as core.String?,
objectUri: json_['objectUri'] as core.String?,
recordsPerFileCount: json_['recordsPerFileCount'] as core.String?,
);