![JAR search and dependency download from the Maven repository](/logo.png)
twitter4jads.models.ads.SymbolEntity Maven / Gradle / Ivy
The newest version!
package twitter4jads.models.ads;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import java.util.List;
public class SymbolEntity implements Serializable {
@SerializedName("indices")
private List indices;
@SerializedName("text")
private String text;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy