CustomConnectorVersion constructor

CustomConnectorVersion({
  1. AuthConfig? authConfig,
  2. String? createTime,
  3. DestinationConfig? destinationConfig,
  4. bool? enableBackendDestinationConfig,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? specLocation,
  8. String? type,
  9. String? updateTime,
})

Implementation

CustomConnectorVersion({
  this.authConfig,
  this.createTime,
  this.destinationConfig,
  this.enableBackendDestinationConfig,
  this.labels,
  this.name,
  this.specLocation,
  this.type,
  this.updateTime,
});