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