Interface DataPointSubscriptionUpdateBody

interface DataPointSubscriptionUpdateBody {
    dataSetId?: NullableSinglePatchLong;
    description?: NullableSinglePatchString;
    filter?: {
        set: SubscriptionFilterLanguage;
    };
    instanceIds?: DataPointSubscriptionInstanceIdsUpdate;
    name?: NullableSinglePatchString;
    timeSeriesIds?: DataPointSubscriptionTimeSeriesIdsUpdate;
}

Properties

filter?: {
    set: SubscriptionFilterLanguage;
}