JobTemplateConfigOverlayArgs

data class JobTemplateConfigOverlayArgs(val animations: Output<List<JobTemplateConfigOverlayAnimationArgs>>? = null, val image: Output<JobTemplateConfigOverlayImageArgs>? = null) : ConvertibleToJava<JobTemplateConfigOverlayArgs>

Constructors

Link copied to clipboard
constructor(animations: Output<List<JobTemplateConfigOverlayAnimationArgs>>? = null, image: Output<JobTemplateConfigOverlayImageArgs>? = 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

Image overlay. Structure is documented below.

Functions

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