cleanupPolicies property

Map<String, CleanupPolicy>? cleanupPolicies
getter/setter pair

Cleanup policies for this repository.

Cleanup policies indicate when certain package versions can be automatically deleted. Map keys are policy IDs supplied by users during policy creation. They must unique within a repository and be under 128 characters in length.

Optional.

Implementation

core.Map<core.String, CleanupPolicy>? cleanupPolicies;