LaunchDarklyApi::BulkEditMembersRep Properties Name Type Description Notes members Array<String> A list of members IDs of the members who were successfully updated. [optional] errors Array<Hash<String, String>> A list of member IDs and errors for the members whose updates failed. [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::BulkEditMembersRep.new( members: ["1234a56b7c89d012345e678f"], errors: [{"507f1f77bcf86cd799439011":"you cannot modify your own role"}] )