FrontendLogResponse

data class FrontendLogResponse(val accepted: Int, val status: String = "accepted") : LogResponse

Constructors

Link copied to clipboard
constructor(accepted: Int, status: String = "accepted")

Properties

Link copied to clipboard
open override val accepted: Int
Link copied to clipboard
open override val status: String