BaseImageTriggerResponse

data class BaseImageTriggerResponse(val baseImageTriggerType: String, val name: String, val status: String? = null, val updateTriggerEndpoint: String? = null, val updateTriggerPayloadType: String? = null)

The trigger based on base image dependency.

Constructors

Link copied to clipboard
constructor(baseImageTriggerType: String, name: String, status: String? = null, updateTriggerEndpoint: String? = null, updateTriggerPayloadType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the auto trigger for base image dependency updates.

Link copied to clipboard

The name of the trigger.

Link copied to clipboard
val status: String? = null

The current status of trigger.

Link copied to clipboard

The endpoint URL for receiving update triggers.

Link copied to clipboard

Type of Payload body for Base image update triggers.