GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest.fromJson constructor

GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest.fromJson(
  core.Map json_,
) : this(
      filter: json_['filter'] as core.String?,
      parent: json_['parent'] as core.String?,
    );