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

io.kestra.plugin.powerbi.models.Refresh Maven / Gradle / Ivy

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