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

io.split.client.dtos.Prerequisites Maven / Gradle / Ivy

The newest version!
package io.split.client.dtos;

import com.google.gson.annotations.SerializedName;

import java.util.List;

public class Prerequisites {
    @SerializedName("n")
    public String featureFlagName;
    @SerializedName("ts")
    public List treatments;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy