ReportResponse
data class ReportResponse(@Json(name = "call") val call: CallReportResponse, @Json(name = "participants") val participants: ParticipantReportResponse, @Json(name = "user_ratings") val userRatings: UserRatingReportResponse)
Constructors
Link copied to clipboard
constructor(@Json(name = "call") call: CallReportResponse, @Json(name = "participants") participants: ParticipantReportResponse, @Json(name = "user_ratings") userRatings: UserRatingReportResponse)