| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ContextKindRep> | An array of context kinds | |
| _links | Hash<String, Link> | The location and content type of related resources |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ContextKindsCollectionRep.new(
items: null,
_links: null
)