io.kestra.plugin.hightouch.models.RunDetailsResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-hightouch Show documentation
Show all versions of plugin-hightouch Show documentation
Plugin Hightouch for Kestra
package io.kestra.plugin.hightouch.models;
import lombok.Value;
import lombok.experimental.SuperBuilder;
import lombok.extern.jackson.Jacksonized;
import java.util.List;
/**
* see ListSyncRuns
*/
@Value
@Jacksonized
@SuperBuilder
public class RunDetailsResponse {
List data;
Boolean hasMore;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy