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