CallStatsReportSummaryResponse

data class CallStatsReportSummaryResponse(    @Json(name = "call_cid") val callCid: String,     @Json(name = "call_duration_seconds") val callDurationSeconds: Int,     @Json(name = "call_session_id") val callSessionId: String,     @Json(name = "call_status") val callStatus: String,     @Json(name = "first_stats_time") val firstStatsTime: OffsetDateTime,     @Json(name = "created_at") val createdAt: OffsetDateTime? = null,     @Json(name = "min_user_rating") val minUserRating: Int? = null,     @Json(name = "quality_score") val qualityScore: Int? = null)

Constructors

Link copied to clipboard
constructor(    @Json(name = "call_cid") callCid: String,     @Json(name = "call_duration_seconds") callDurationSeconds: Int,     @Json(name = "call_session_id") callSessionId: String,     @Json(name = "call_status") callStatus: String,     @Json(name = "first_stats_time") firstStatsTime: OffsetDateTime,     @Json(name = "created_at") createdAt: OffsetDateTime? = null,     @Json(name = "min_user_rating") minUserRating: Int? = null,     @Json(name = "quality_score") qualityScore: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val createdAt: OffsetDateTime? = null
Link copied to clipboard
val firstStatsTime: OffsetDateTime
Link copied to clipboard
val minUserRating: Int? = null
Link copied to clipboard
val qualityScore: Int? = null