CustomConnector constructor

CustomConnector({
  1. List<String>? activeConnectorVersions,
  2. String? createTime,
  3. String? customConnectorType,
  4. String? description,
  5. String? displayName,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? updateTime,
})

Implementation

CustomConnector({
  this.activeConnectorVersions,
  this.createTime,
  this.customConnectorType,
  this.description,
  this.displayName,
  this.labels,
  this.logo,
  this.name,
  this.updateTime,
});