Type Alias TimeseriesUpdateCommonProperies

TimeseriesUpdateCommonProperies: {
    assetId?: NullableSinglePatchLong;
    dataSetId?: NullableSinglePatchLong;
    externalId?: NullableSinglePatchString;
    metadata?: MetadataPatch;
}

Common update properties for time series (used for all update types)