BackendBucketListUsable constructor
BackendBucketListUsable({
- String? id,
- List<
BackendBucket> ? items, - String? kind,
- String? nextPageToken,
- String? selfLink,
- BackendBucketListUsableWarning? warning,
Implementation
BackendBucketListUsable({
this.id,
this.items,
this.kind,
this.nextPageToken,
this.selfLink,
this.warning,
});