GoogleCloudIntegrationsV1alphaValueType constructor

GoogleCloudIntegrationsV1alphaValueType({
  1. GoogleCloudIntegrationsV1alphaBooleanParameterArray? booleanArray,
  2. bool? booleanValue,
  3. GoogleCloudIntegrationsV1alphaDoubleParameterArray? doubleArray,
  4. double? doubleValue,
  5. GoogleCloudIntegrationsV1alphaIntParameterArray? intArray,
  6. String? intValue,
  7. String? jsonValue,
  8. GoogleCloudIntegrationsV1alphaStringParameterArray? stringArray,
  9. String? stringValue,
})

Implementation

GoogleCloudIntegrationsV1alphaValueType({
  this.booleanArray,
  this.booleanValue,
  this.doubleArray,
  this.doubleValue,
  this.intArray,
  this.intValue,
  this.jsonValue,
  this.stringArray,
  this.stringValue,
});