GoogleCloudIntegrationsV1alphaValueType constructor
GoogleCloudIntegrationsV1alphaValueType({
- GoogleCloudIntegrationsV1alphaBooleanParameterArray? booleanArray,
- bool? booleanValue,
- GoogleCloudIntegrationsV1alphaDoubleParameterArray? doubleArray,
- double? doubleValue,
- GoogleCloudIntegrationsV1alphaIntParameterArray? intArray,
- String? intValue,
- String? jsonValue,
- GoogleCloudIntegrationsV1alphaStringParameterArray? stringArray,
- String? stringValue,
Implementation
GoogleCloudIntegrationsV1alphaValueType({
this.booleanArray,
this.booleanValue,
this.doubleArray,
this.doubleValue,
this.intArray,
this.intValue,
this.jsonValue,
this.stringArray,
this.stringValue,
});