| 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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::JudgeConfiguration.new(
judges: null
)