Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 482 Bytes

File metadata and controls

18 lines (12 loc) · 482 Bytes

LaunchDarklyApi::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]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::JudgeConfiguration.new(
  judges: null
)