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

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

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

import com.google.gson.annotations.SerializedName;

public class SplitChange {
    @SerializedName("ff")
    public ChangeDto featureFlags;
    @SerializedName("rbs")
    public ChangeDto ruleBasedSegments;
    public boolean clearCache;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy