GoogleCloudIntegrationsV1alphaBooleanParameterArrayArgs

data class GoogleCloudIntegrationsV1alphaBooleanParameterArrayArgs(val booleanValues: Output<List<Boolean>>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaBooleanParameterArrayArgs>

This message only contains a field of boolean array.

Constructors

constructor(booleanValues: Output<List<Boolean>>? = null)

Properties

Link copied to clipboard
val booleanValues: Output<List<Boolean>>? = null

Boolean array.

Functions

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