GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination.fromJson constructor

GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination.fromJson(
  core.Map json_,
) : this(
      sheetTitle: json_['sheetTitle'] as core.String?,
      spreadsheetUri: json_['spreadsheetUri'] as core.String?,
    );