GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.fromJson constructor

GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.fromJson(
  1. Map json_
)

Implementation

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