ScheduledEventsProfileResponse

data class ScheduledEventsProfileResponse(val osImageNotificationProfile: OSImageNotificationProfileResponse? = null, val terminateNotificationProfile: TerminateNotificationProfileResponse? = null)

Specifies Scheduled Event related configurations.

Constructors

Link copied to clipboard
constructor(osImageNotificationProfile: OSImageNotificationProfileResponse? = null, terminateNotificationProfile: TerminateNotificationProfileResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies OS Image Scheduled Event related configurations.

Link copied to clipboard

Specifies Terminate Scheduled Event related configurations.