Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 507 Bytes

ContextAttributeValues.md

File metadata and controls

20 lines (14 loc) · 507 Bytes

LaunchDarklyApi::ContextAttributeValues

Properties

Name Type Description Notes
kind String The kind associated with this collection of context attribute values.
values Array<ContextAttributeValue> A collection of context attribute values.

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ContextAttributeValues.new(
  kind: user,
  values: null
)