Report Service
class ReportService
Functions
Link copied to clipboard
Delete a report.
Link copied to clipboard
Get a report.
Link copied to clipboard
suspend fun update(reportId: String, name: String? = null, state: ReportState? = null): Result<ReportResource, Exception>
Update a report.