Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 681 Bytes

File metadata and controls

22 lines (15 loc) · 681 Bytes

ValuePut

Properties

Name Type Description Notes
setting any The variation value to set for the context. Must match the flag's variation type. [optional] [default to undefined]
comment string Optional comment describing the change [optional] [default to undefined]

Example

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

const instance: ValuePut = {
    setting,
    comment,
};

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