ImageUpdateTriggerResponse

data class ImageUpdateTriggerResponse(val id: String? = null, val images: List<ImageDescriptorResponse>? = null, val timestamp: String? = null)

The image update trigger that caused a build.

Constructors

Link copied to clipboard
constructor(id: String? = null, images: List<ImageDescriptorResponse>? = null, timestamp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The unique ID of the trigger.

Link copied to clipboard

The list of image updates that caused the build.

Link copied to clipboard
val timestamp: String? = null

The timestamp when the image update happened.