Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | [optional] | |
_id | String | The member ID | [optional] |
String | The member email | [optional] | |
first_name | String | The member first name | [optional] |
last_name | String | The member last name | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::MemberDataRep.new(
_links: null,
_id: 507f1f77bcf86cd799439011,
email: ariel@acme.com,
first_name: Ariel,
last_name: Flores
)