Job Config Overlay Args
data class JobConfigOverlayArgs(val animations: Output<List<JobConfigOverlayAnimationArgs>>? = null, val image: Output<JobConfigOverlayImageArgs>? = null) : ConvertibleToJava<JobConfigOverlayArgs>
Constructors
Link copied to clipboard
constructor(animations: Output<List<JobConfigOverlayAnimationArgs>>? = null, image: Output<JobConfigOverlayImageArgs>? = null)