TaskLinks constructor

TaskLinks({
  1. String? self,
  2. String? owners,
  3. String? members,
  4. String? runs,
  5. String? logs,
  6. String? labels,
})

Returns a new TaskLinks instance.

Implementation

TaskLinks({
  this.self,
  this.owners,
  this.members,
  this.runs,
  this.logs,
  this.labels,
});