Source

data class Source(var name: String? = null, var id: String? = null)

Represents source details for the event.

Constructors

Link copied to clipboard
constructor(name: String? = null, id: String? = null)

Properties

Link copied to clipboard
var id: String?

The source ID, if available.

Link copied to clipboard
var name: String?

The source name, if available.