GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.fromJson constructor
GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeriesInterval.fromJson(
- 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,
);