OrganizationLinks constructor

OrganizationLinks({
  1. String? self,
  2. String? members,
  3. String? owners,
  4. String? labels,
  5. String? secrets,
  6. String? buckets,
  7. String? tasks,
  8. String? dashboards,
})

Returns a new OrganizationLinks instance.

Implementation

OrganizationLinks({
  this.self,
  this.members,
  this.owners,
  this.labels,
  this.secrets,
  this.buckets,
  this.tasks,
  this.dashboards,
});