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

io.github.satya64.powerbi.api.model.Dataset Maven / Gradle / Ivy

package io.github.satya64.powerbi.api.model;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;

@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class Dataset {
    private String id;
    private String name;
    private String webUrl;
    private boolean addRowsAPIEnabled;
    private String configuredBy;
    private boolean isRefreshable;
    private boolean isEffectiveIdentityRequired;
    private boolean isEffectiveIdentityRolesRequired;
    private boolean isOnPremGatewayRequired;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy