Interface PatchTimeSeriesBinaryWithNameRequest

interface PatchTimeSeriesBinaryWithNameRequest {
    binaryTimeSeries: BinaryTimeSeries;
    name: string;
    replaceAll?: boolean;
}

Properties

binaryTimeSeries: BinaryTimeSeries
name: string
replaceAll?: boolean