LaunchDarklyApi::FollowFlagMember Properties Name Type Description Notes _links Hash<String, Link> The location and content type of related resources _id String The member's ID first_name String The member's first name [optional] last_name String The member's last name [optional] role String The member's built-in role. If the member has no custom roles, this role will be in effect. email String The member's email address Example require 'launchdarkly_api' instance = LaunchDarklyApi::FollowFlagMember.new( _links: {"self":{"href":"/api/v2/members/569f183514f4432160000007","type":"application/json"}}, _id: 569f183514f4432160000007, first_name: Ariel, last_name: Flores, role: admin, email: ariel@acme.com )