GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource.fromJson constructor

GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource.fromJson(
    core.Map json_)
    : this(
        format: json_['format'] as core.String?,
        objectUri: json_['objectUri'] as core.String?,
      );