Last updated time filter for records

interface LastUpdatedTimeFilter {
    gt?: LastUpdatedTimeRangeBound;
    gte?: LastUpdatedTimeRangeBound;
    lt?: LastUpdatedTimeRangeBound;
    lte?: LastUpdatedTimeRangeBound;
}

Properties

Properties

Greater than

Greater than or equal to

Less than

Less than or equal to