Schedule Response
data class ScheduleResponse(val id: String, val status: String, val scheduledTo: LocalDateTime, val targetSummary: String, val createdAt: LocalDateTime)(source)
Constructors
Link copied to clipboard
constructor(id: String, status: String, scheduledTo: LocalDateTime, targetSummary: String, createdAt: LocalDateTime)