GitRepositoryLink constructor

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

Implementation

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