matchesStorageClass property

List<String>? matchesStorageClass
getter/setter pair

Objects having any of the storage classes specified by this condition will be matched.

Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, ARCHIVE, STANDARD, and DURABLE_REDUCED_AVAILABILITY.

Implementation

core.List<core.String>? matchesStorageClass;