Connector constructor

Connector({
  1. String? category,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. String? documentationUri,
  6. EventingDetails? eventingDetails,
  7. String? externalUri,
  8. Map<String, String>? labels,
  9. String? launchStage,
  10. String? name,
  11. List<String>? tags,
  12. String? updateTime,
  13. String? webAssetsLocation,
})

Implementation

Connector({
  this.category,
  this.createTime,
  this.description,
  this.displayName,
  this.documentationUri,
  this.eventingDetails,
  this.externalUri,
  this.labels,
  this.launchStage,
  this.name,
  this.tags,
  this.updateTime,
  this.webAssetsLocation,
});