SubscriberCustomLogSource

data class SubscriberCustomLogSource(val sourceName: String? = null, val sourceVersion: String? = null)

Constructors

Link copied to clipboard
constructor(sourceName: String? = null, sourceVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val sourceName: String? = null

The name for a third-party custom source. This must be a Regionally unique value.

Link copied to clipboard
val sourceVersion: String? = null

The version for a third-party custom source. This must be a Regionally unique value.