Get Event Subscription Result
data class GetEventSubscriptionResult(val enabled: Boolean? = null, val eventCategories: List<String>? = null, val sourceIds: List<String>? = null, val sourceType: String? = null, val tags: List<EventSubscriptionTag>? = null)
Constructors
Link copied to clipboard
fun GetEventSubscriptionResult(enabled: Boolean? = null, eventCategories: List<String>? = null, sourceIds: List<String>? = null, sourceType: String? = null, tags: List<EventSubscriptionTag>? = null)
Types
Properties
Link copied to clipboard
The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
Link copied to clipboard