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

io.kestra.plugin.dbt.cloud.models.RunResponse Maven / Gradle / Ivy

The newest version!
package io.kestra.plugin.dbt.cloud.models;

import lombok.Value;
import lombok.experimental.SuperBuilder;
import lombok.extern.jackson.Jacksonized;

@Value
@Jacksonized
@SuperBuilder
public class RunResponse {
    Run data;

    Status status;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy