Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 499 Bytes

CustomProperty.md

File metadata and controls

20 lines (14 loc) · 499 Bytes

LaunchDarklyApi::CustomProperty

Properties

Name Type Description Notes
name String The name of the custom property of this type.
value Array<String> An array of values for the custom property data to associate with this flag.

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CustomProperty.new(
  name: Jira issues,
  value: [&quot;is-123&quot;,&quot;is-456&quot;]
)