All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.moesif.api.models.RegexConfigModel Maven / Gradle / Ivy

The newest version!
package com.moesif.api.models;

import com.fasterxml.jackson.annotation.JsonProperty;

import java.util.List;

public class RegexConfigModel implements java.io.Serializable {
    @JsonProperty("sample_rate")
    public int sampeleRate;
    @JsonProperty("conditions")
    public List conditions;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy