Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 499 Bytes

ContextAttributeNames.md

File metadata and controls

20 lines (14 loc) · 499 Bytes

LaunchDarklyApi::ContextAttributeNames

Properties

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.

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ContextAttributeNames.new(
  kind: user,
  names: null
)