Get Event Sources Result
data class GetEventSourcesResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val sources: List<GetEventSourcesSource>)
A collection of values returned by getEventSources.
Constructors
Link copied to clipboard
fun GetEventSourcesResult(id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, sources: List<GetEventSourcesSource>)