JobConfigOverlayArgs

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)

Properties

Link copied to clipboard

List of animations. The list should be chronological, without any time overlap. Structure is documented below.

Link copied to clipboard
val image: Output<JobConfigOverlayImageArgs>? = null

Image overlay. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): JobConfigOverlayArgs