Response containing a list of feature flags.

Hierarchy

  • ListFeatureFlagsResponse

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
data: FeatureFlag[]

List of feature flags.

Pagination metadata for feature flags.

Generated using TypeDoc