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. |
require 'launchdarkly_api'
instance = LaunchDarklyApi::CustomProperty.new(
name: Jira issues,
value: ["is-123","is-456"]
)