| Name | Type | Description | Notes |
|---|---|---|---|
| year | Integer | Year this robot competed in. | |
| robot_name | String | Name of the robot as provided by the team. | |
| key | String | Internal TBA identifier for this robot. | |
| team_key | String | TBA team key for this robot. |
require 'TBA API v3 Ruby Client'
instance = TBA API v3 Ruby Client::TeamRobot.new(year: null,
robot_name: null,
key: null,
team_key: null)