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

com.pulumi.googlenative.integrations.v1alpha.kotlin.outputs.EnterpriseCrmFrontendsEventbusProtoIntParameterArrayResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.googlenative.integrations.v1alpha.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.List

/**
 *
 * @property intValues
 */
public data class EnterpriseCrmFrontendsEventbusProtoIntParameterArrayResponse(
    public val intValues: List,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.integrations.v1alpha.outputs.EnterpriseCrmFrontendsEventbusProtoIntParameterArrayResponse): EnterpriseCrmFrontendsEventbusProtoIntParameterArrayResponse =
            EnterpriseCrmFrontendsEventbusProtoIntParameterArrayResponse(
                intValues = javaType.intValues().map({ args0 -> args0 }),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy