LaunchDarklyApi::FollowFlagMember Properties Name Type Description Notes _links Hash<String, Link> _id String first_name String [optional] last_name String [optional] role String email String Example require 'launchdarkly_api' instance = LaunchDarklyApi::FollowFlagMember.new( _links: {"self":{"href":"/api/v2/members/569f183514f4432160000007","type":"application/json"}}, _id: 569f183514f4432160000007, first_name: An, last_name: Example, role: owner, email: a.example@example.com )