SourceName

data class SourceName(val value: String? = null)

Represents a source name.

Parameters

value

The name of the source.

Constructors

Link copied to clipboard
constructor(value: String? = null)

Properties

Link copied to clipboard
val value: String? = null