AuditLogsListAuditLogsRequest
Example Usage
import { AuditLogsListAuditLogsRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
import { RFCDate } from "@solarwinds/squadcast-sdk-typescript/types";
let value: AuditLogsListAuditLogsRequest = {
pageSize: 192593,
pageNumber: 502057,
startDate: new RFCDate("2025-10-05"),
endDate: new RFCDate("2025-02-23"),
};Fields
Field
Type
Required
Description
Last updated