LaunchDarklyApi::UserAttributeNamesRep Properties Name Type Description Notes private Array<String> private attributes [optional] custom Array<String> custom attributes [optional] standard Array<String> standard attributes [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::UserAttributeNamesRep.new( private: ["SSN","credit_card_number"], custom: ["Age","FavoriteFood","FavoriteColor"], standard: ["key","ip","firstName","lastName","country","anonymous"] )