GitRepositoryLink constructor

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

Implementation

GitRepositoryLink({
  this.annotations,
  this.cloneUri,
  this.createTime,
  this.deleteTime,
  this.etag,
  this.labels,
  this.name,
  this.reconciling,
  this.uid,
  this.updateTime,
});