Get Policy Rule Filter
data class GetPolicyRuleFilter(val blobTypes: List<String>, val matchBlobIndexTags: List<GetPolicyRuleFilterMatchBlobIndexTag>, val prefixMatches: List<String>)
Constructors
Link copied to clipboard
fun GetPolicyRuleFilter(blobTypes: List<String>, matchBlobIndexTags: List<GetPolicyRuleFilterMatchBlobIndexTag>, prefixMatches: List<String>)