BackendBucketListUsable constructor

BackendBucketListUsable({
  1. String? id,
  2. List<BackendBucket>? items,
  3. String? kind,
  4. String? nextPageToken,
  5. String? selfLink,
  6. BackendBucketListUsableWarning? warning,
})

Implementation

BackendBucketListUsable({
  this.id,
  this.items,
  this.kind,
  this.nextPageToken,
  this.selfLink,
  this.warning,
});