Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 495 Bytes

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
)