Attributes for updating a feature flag.

Hierarchy

  • UpdateFeatureFlagAttributes

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
description?: string

The description of the feature flag.

jsonSchema?: string

JSON schema for validation when value_type is JSON.

name?: string

The name of the feature flag.

Generated using TypeDoc