ReportRequest

@Serializable
data class ReportRequest(val text: String, val reason: String, val image: String, val serverSource: String, val model: String)(source)

Carries ReportRequest data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(text: String, reason: String, image: String, serverSource: String, model: String)

Properties

Link copied to clipboard

Exposes the image value used by the SDAI network layer.

Link copied to clipboard

Exposes the model value used by the SDAI network layer.

Link copied to clipboard

Exposes the reason value used by the SDAI network layer.

Link copied to clipboard
@SerialName(value = "server_source")
val serverSource: String

Exposes the serverSource value used by the SDAI network layer.

Link copied to clipboard

Exposes the text value used by the SDAI network layer.