Get Repository Cleanup Policy
data class GetRepositoryCleanupPolicy(val action: String, val conditions: List<GetRepositoryCleanupPolicyCondition>, val id: String, val mostRecentVersions: List<GetRepositoryCleanupPolicyMostRecentVersion>)
Constructors
Link copied to clipboard
constructor(action: String, conditions: List<GetRepositoryCleanupPolicyCondition>, id: String, mostRecentVersions: List<GetRepositoryCleanupPolicyMostRecentVersion>)