Event Type Label
data class EventTypeLabel(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val inline: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<EventTypeTag>? = null)
Constructors
Link copied to clipboard
fun EventTypeLabel(arn: String? = null, createdTime: String? = null, description: String? = null, inline: Boolean? = null, lastUpdatedTime: String? = null, name: String? = null, tags: List<EventTypeTag>? = null)