Connector constructor

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

Implementation

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