Filters
Example Usage
import { Filters } from "@solarwinds/squadcast-sdk-typescript/models";
import { RFCDate } from "@solarwinds/squadcast-sdk-typescript/types";
let value: Filters = {
startDate: new RFCDate("2024-02-05"),
endDate: new RFCDate("2026-11-27"),
};Fields
Field
Type
Required
Description
Last updated