Job Config Overlay
data class JobConfigOverlay(val animations: List<JobConfigOverlayAnimation>? = null, val image: JobConfigOverlayImage? = null)
Constructors
Link copied to clipboard
constructor(animations: List<JobConfigOverlayAnimation>? = null, image: JobConfigOverlayImage? = null)