Interface KeplerRemoteSourceProjectionRequestExperimental

interface KeplerRemoteSourceProjectionRequest {
    datasetId: string;
    label?: string;
    provenance: KeplerSourceProvenance;
    source: KeplerRemoteSourceInput;
}

Properties

datasetId: string
label?: string