Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 768 Bytes

File metadata and controls

24 lines (17 loc) · 768 Bytes

LayerReservationRep

Properties

Name Type Description Notes
experimentKey string The key of the experiment [default to undefined]
flagKey string The key of the flag [default to undefined]
reservationPercent number The percentage of traffic reserved for the experiment [default to undefined]

Example

import { LayerReservationRep } from 'launchdarkly-api-typescript';

const instance: LayerReservationRep = {
    experimentKey,
    flagKey,
    reservationPercent,
};

[Back to Model list] [Back to API list] [Back to README]