Represents a response from a bulk create request, containing the created TeamMember
objects or error messages.
Name | Type | Description | Notes |
---|---|---|---|
team_members | {String: CreateTeamMemberResponse} | The successfully created `TeamMember` objects. Each key is the `idempotency_key` that maps to the `CreateTeamMemberRequest`. | [optional] |
errors | [Error] | The errors that occurred during the request. | [optional] |