io.kestra.plugin.powerbi.models.Refresh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-powerbi Show documentation
Show all versions of plugin-powerbi Show documentation
Embed Power BI reports and dashboards within Kestra data workflows.
The newest version!
package io.kestra.plugin.powerbi.models;
import lombok.Value;
import java.time.Instant;
@Value
public class Refresh {
String requestId;
String refreshType;
Instant startTime;
Instant endTime;
String status;
String extendedStatus;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy