Class ProductAnalyticsRetentionFixedTimeInterval

A retention interval of fixed length, such as "7 days".

Hierarchy

  • ProductAnalyticsRetentionFixedTimeInterval

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The discriminator identifying a fixed-length retention interval.

Time unit for a fixed-length retention interval.

value: number

Length of the interval, expressed in unit.

Generated using TypeDoc