BucketLinks constructor

BucketLinks({
  1. String? labels,
  2. String? members,
  3. String? org,
  4. String? owners,
  5. String? self,
  6. String? write,
})

Returns a new BucketLinks instance.

Implementation

BucketLinks({
  this.labels,
  this.members,
  this.org,
  this.owners,
  this.self,
  this.write,
});