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

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

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

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

import kotlin.Double
import kotlin.Suppress
import kotlin.collections.List

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy