Represents a response from a retrieve request, containing a TeamMember
object or error messages.
Name | Type | Description | Notes |
---|---|---|---|
team_member | TeamMember | The successfully retrieved `TeamMember` object. | [optional] |
errors | [Error] | The errors that occurred during the request. | [optional] |