GoogleCloudDialogflowCxV3beta1RolloutStateArgs

data class GoogleCloudDialogflowCxV3beta1RolloutStateArgs(val startTime: Output<String>? = null, val step: Output<String>? = null, val stepIndex: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1RolloutStateArgs>

State of the auto-rollout process.

Constructors

fun GoogleCloudDialogflowCxV3beta1RolloutStateArgs(startTime: Output<String>? = null, step: Output<String>? = null, stepIndex: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val startTime: Output<String>? = null

Start time of the current step.

Link copied to clipboard
val step: Output<String>? = null

Display name of the current auto rollout step.

Link copied to clipboard
val stepIndex: Output<Int>? = null

Index of the current step in the auto rollout steps list.