All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.dialogflow.v3.kotlin.outputs.GoogleCloudDialogflowCxV3RolloutStateResponse.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.dialogflow.v3.kotlin.outputs

import kotlin.Int
import kotlin.String
import kotlin.Suppress

/**
 * State of the auto-rollout process.
 * @property startTime Start time of the current step.
 * @property step Display name of the current auto rollout step.
 * @property stepIndex Index of the current step in the auto rollout steps list.
 */
public data class GoogleCloudDialogflowCxV3RolloutStateResponse(
    public val startTime: String,
    public val step: String,
    public val stepIndex: Int,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.dialogflow.v3.outputs.GoogleCloudDialogflowCxV3RolloutStateResponse): GoogleCloudDialogflowCxV3RolloutStateResponse =
            GoogleCloudDialogflowCxV3RolloutStateResponse(
                startTime = javaType.startTime(),
                step = javaType.step(),
                stepIndex = javaType.stepIndex(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy