LaunchDarklyApi::BulkEditTeamsRep Properties Name Type Description Notes member_ids Array<String> A list of member IDs of the members who were added to the teams. [optional] team_keys Array<String> A list of team keys of the teams that were successfully updated. [optional] errors Array<Hash<String, String>> A list of team keys and errors for the teams whose updates failed. [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::BulkEditTeamsRep.new( member_ids: ["1234a56b7c89d012345e678f"], team_keys: ["example-team-1"], errors: [{"example-team-2":"example failure message"}] )