Get Buckets Result
data class GetBucketsResult(val buckets: List<GetBucketsBucket>, val id: String, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)
A collection of values returned by getBuckets.
Constructors
Link copied to clipboard
fun GetBucketsResult(buckets: List<GetBucketsBucket>, id: String, nameRegex: String? = null, names: List<String>, outputFile: String? = null)