GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.fromJson constructor

GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.fromJson(
  1. Map json_
)

Implementation

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