InsightPeriod Properties Name Type Description Notes startTime number [default to undefined] endTime number [default to undefined] Example import { InsightPeriod } from 'launchdarkly-api-typescript'; const instance: InsightPeriod = { startTime, endTime, }; [Back to Model list] [Back to API list] [Back to README]