GoogleCloudContactcenterinsightsV1CalculateStatsRequest.fromJson constructor

GoogleCloudContactcenterinsightsV1CalculateStatsRequest.fromJson(
  1. Map json_
)

Implementation

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