com.moesif.api.models.RegexConfigModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moesifapi Show documentation
Show all versions of moesifapi Show documentation
Java API Library for Moesif
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;
}