Type Alias TimeSeriesUpdateCommonProperties

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