CommentComplaintError

data class CommentComplaintError(message: String?, error: EntryComplaintErrorError?)

Parameters

message
error

Constructors

Link copied to clipboard
fun CommentComplaintError(message: String? = null, error: EntryComplaintErrorError? = null)

Properties

Link copied to clipboard
val error: EntryComplaintErrorError? = null
Link copied to clipboard
val message: String? = null