Connector constructor

Connector({
  1. Map<String, String>? annotations,
  2. ClientCache? clientCache,
  3. String? createTime,
  4. String? displayName,
  5. String? etag,
  6. Map<String, String>? labels,
  7. String? name,
  8. bool? reconciling,
  9. Source? source,
  10. String? uid,
  11. String? updateTime,
})

Implementation

Connector({
  this.annotations,
  this.clientCache,
  this.createTime,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.reconciling,
  this.source,
  this.uid,
  this.updateTime,
});