GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.fromJson constructor
GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.fromJson(
core.Map json_,
) : this(
conversationCount: json_['conversationCount'] as core.int?,
startTime: json_['startTime'] as core.String?,
);