buckets property

List<Bucket>? buckets
getter/setter pair

List of buckets and their objects to be transformed.

Currently, only one bucket configuration is supported. If multiple buckets are specified, an error will be returned.

Required.

Implementation

core.List<Bucket>? buckets;