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