Connector constructor

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

Implementation

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