Google Cloud Integrations V1alpha Value Type Response
data class GoogleCloudIntegrationsV1alphaValueTypeResponse(val booleanArray: GoogleCloudIntegrationsV1alphaBooleanParameterArrayResponse, val booleanValue: Boolean, val doubleArray: GoogleCloudIntegrationsV1alphaDoubleParameterArrayResponse, val doubleValue: Double, val intArray: GoogleCloudIntegrationsV1alphaIntParameterArrayResponse, val intValue: String, val jsonValue: String, val stringArray: GoogleCloudIntegrationsV1alphaStringParameterArrayResponse, val stringValue: String)
The type of the parameter.
Constructors
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaValueTypeResponse(booleanArray: GoogleCloudIntegrationsV1alphaBooleanParameterArrayResponse, booleanValue: Boolean, doubleArray: GoogleCloudIntegrationsV1alphaDoubleParameterArrayResponse, doubleValue: Double, intArray: GoogleCloudIntegrationsV1alphaIntParameterArrayResponse, intValue: String, jsonValue: String, stringArray: GoogleCloudIntegrationsV1alphaStringParameterArrayResponse, stringValue: String)