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.Getter;
import lombok.Value;
import lombok.extern.jackson.Jacksonized;

import java.time.Instant;

@Jacksonized
@Value
public class Refresh {
    String requestId;
    String id;
    String refreshType;
    Instant startTime;
    String status;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy