BucketList

data class BucketList(val items: List<BucketName>)

Constructors

Link copied to clipboard
constructor(items: List<BucketName>)

Properties

Link copied to clipboard