Image Update Trigger Response
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)