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

com.pulumi.awsnative.connect.kotlin.outputs.RuleField.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.connect.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * The field of the case.
 * @property id The Id of the field
 * @property value
 */
public data class RuleField(
    public val id: String,
    public val `value`: RuleFieldValue,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.connect.outputs.RuleField): RuleField =
            RuleField(
                id = javaType.id(),
                `value` = javaType.`value`().let({ args0 ->
                    com.pulumi.awsnative.connect.kotlin.outputs.RuleFieldValue.Companion.toKotlin(args0)
                }),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy