EventResponse

data class EventResponse(val eventName: String? = null)

An event to be notified for.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eventName: String? = null

The event type for which this notification is enabled (i.e. AutoShutdown, Cost)