panda.tube.sendgrid.TrackingSettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panda-tube-sendgrid Show documentation
Show all versions of panda-tube-sendgrid Show documentation
Panda Tube SendGrid is a Web Service API client for SendGrid.
package panda.tube.sendgrid;
public class TrackingSettings {
public ClickTrackingSetting click_tracking;
public OpenTrackingSetting open_tracking;
public SubscriptionTrackingSetting subscription_tracking;
public GoogleAnalyticsSetting ganalytics;
}