Report

@Serializable
data class Report(val reportId: String, val name: String, val reportUrl: String)

The Report data class is used to contains the details of the created report

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(reportId: String, name: String, reportUrl: String)

Properties

Link copied to clipboard
val name: String

The name of the report

Link copied to clipboard
@SerialName(value = "report_id" )
val reportId: String

The identifier of the report

Link copied to clipboard
@SerialName(value = "report_url" )
val reportUrl: String

The url where the report can be downloaded