Skip to content

Files

Latest commit

847ceb3 · Feb 28, 2023

History

History
20 lines (14 loc) · 495 Bytes

ContextKindsCollectionRep.md

File metadata and controls

20 lines (14 loc) · 495 Bytes

LaunchDarklyApi::ContextKindsCollectionRep

Properties

Name Type Description Notes
items Array<ContextKindRep> An array of context kinds
_links Hash<String, Link> The location and content type of related resources

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ContextKindsCollectionRep.new(
  items: null,
  _links: null
)