io.split.client.dtos.MatcherGroup Maven / Gradle / Ivy
package io.split.client.dtos;
import java.util.List;
public class MatcherGroup {
public MatcherCombiner combiner;
public List matchers;
}
package io.split.client.dtos;
import java.util.List;
public class MatcherGroup {
public MatcherCombiner combiner;
public List matchers;
}