Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 696 Bytes

File metadata and controls

20 lines (13 loc) · 696 Bytes

JudgeConfiguration

Properties

Name Type Description Notes
judges Array<JudgeAttachment> List of judges for this variation. When updating, this replaces all existing judge attachments, and if empty, removes all judge attachments. [optional] [default to undefined]

Example

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

const instance: JudgeConfiguration = {
    judges,
};

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