interface RetentionPeriod {
    number: number;
    units: string;
}

Properties

Properties

number: number

The number of units for the retention period.

units: string

The unit of time that the retention period is measured in.

Generated using TypeDoc v0.25.12