includedBucketAttributes property

List<String>? includedBucketAttributes
getter/setter pair

Only objects with the specified attributes will be scanned.

Defaults to [ALL_SUPPORTED_BUCKETS] if unset.

Required.

Implementation

core.List<core.String>? includedBucketAttributes;