Name | Type | Description | Notes |
---|---|---|---|
kind | String | The kind associated with this collection of context attribute values. | |
values | Array<ContextAttributeValue> | A collection of context attribute values. |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ContextAttributeValues.new(
kind: user,
values: null
)