GoogleCloudIntegrationsV1alphaIntegrationParameter constructor

GoogleCloudIntegrationsV1alphaIntegrationParameter({
  1. bool? containsLargeData,
  2. String? dataType,
  3. GoogleCloudIntegrationsV1alphaValueType? defaultValue,
  4. String? displayName,
  5. String? inputOutputType,
  6. bool? isTransient,
  7. String? jsonSchema,
  8. String? key,
  9. bool? masked,
  10. String? producer,
  11. bool? searchable,
})

Implementation

GoogleCloudIntegrationsV1alphaIntegrationParameter({
  this.containsLargeData,
  this.dataType,
  this.defaultValue,
  this.displayName,
  this.inputOutputType,
  this.isTransient,
  this.jsonSchema,
  this.key,
  this.masked,
  this.producer,
  this.searchable,
});