ReportingApiEndpoint

@Serializable
data class ReportingApiEndpoint(val url: String, val groupName: String)

Constructors

Link copied to clipboard
constructor(url: String, groupName: String)

Properties

Link copied to clipboard

Name of the endpoint group.

Link copied to clipboard
val url: String

The URL of the endpoint to which reports may be delivered.