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

panda.tube.sendgrid.ASM Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package panda.tube.sendgrid;

import java.util.List;

import panda.bind.json.Jsons;

public class ASM {
	public Integer group_id;
	public List groups_to_display;

	@Override
	public String toString() {
		return Jsons.toJson(this, true);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy