Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

ContextAttributeValue.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

LaunchDarklyApi::ContextAttributeValue

Properties

Name Type Description Notes
name Object A value for a context attribute.
weight Integer A relative estimate of the number of contexts seen recently that have a matching value for a given attribute.

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ContextAttributeValue.new(
  name: Sandy,
  weight: 35
)