ftc_events_client 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +351 -101
  3. data/Rakefile +0 -2
  4. data/config.json +1 -1
  5. data/docs/AllianceModelVersion2.md +10 -28
  6. data/docs/AllianceScore2020.md +37 -82
  7. data/docs/AllianceSelectionApi.md +14 -14
  8. data/docs/AllianceSelectionModelVersion2.md +4 -16
  9. data/docs/ApiIndexModel.md +11 -30
  10. data/docs/AutoNavigatedStatus.md +6 -0
  11. data/docs/AwardAssignmentModel.md +13 -34
  12. data/docs/AwardsApi.md +47 -49
  13. data/docs/AwardsModel.md +3 -14
  14. data/docs/BarcodeElement.md +6 -0
  15. data/docs/EndgameParkedStatus.md +6 -0
  16. data/docs/EventMatchResultsModelVersion2.md +3 -14
  17. data/docs/EventRankingsModel.md +3 -14
  18. data/docs/EventScheduleHybridModelVersion2.md +3 -14
  19. data/docs/EventScheduleModelVersion2.md +3 -14
  20. data/docs/FTCEventLevel.md +6 -0
  21. data/docs/GeneralApi.md +9 -11
  22. data/docs/LeagueMemberListModel.md +7 -0
  23. data/docs/LeaguesApi.md +179 -0
  24. data/docs/MatchResultModelVersion2.md +16 -40
  25. data/docs/MatchResultTeamModelVersion2.md +6 -18
  26. data/docs/MatchResultsApi.md +33 -35
  27. data/docs/MatchScoresModel.md +3 -14
  28. data/docs/MatchScoresModelMatchScoresOneOf.md +5 -1
  29. data/docs/OneOfMatchScoresModelMatchScoresItems.md +6 -0
  30. data/docs/RankingsApi.md +16 -17
  31. data/docs/ScheduleApi.md +30 -32
  32. data/docs/ScheduleHybridModelTeamVersion2.md +8 -22
  33. data/docs/ScheduleHybridModelVersion2.md +18 -40
  34. data/docs/ScheduledMatchModelVersion2.md +10 -28
  35. data/docs/ScheduledMatchTeamModelVersion2.md +6 -20
  36. data/docs/ScoreDetailAllianceModel2020.md +39 -86
  37. data/docs/ScoreDetailAllianceModel2021.md +48 -0
  38. data/docs/ScoreDetailModel2019.md +6 -18
  39. data/docs/ScoreDetailModel2020.md +6 -18
  40. data/docs/ScoreDetailModel2021.md +10 -0
  41. data/docs/ScoreDetailModelAlliance2019.md +36 -80
  42. data/docs/ScoreDetailModelSinglePlayer2020.md +6 -20
  43. data/docs/ScoreDetailModelSinglePlayer2021.md +10 -0
  44. data/docs/ScoreDetailSinglePlayer2021.md +39 -0
  45. data/docs/SeasonAwardListingsModel.md +3 -14
  46. data/docs/SeasonAwardsModel.md +6 -20
  47. data/docs/SeasonDataApi.md +35 -37
  48. data/docs/SeasonEventListingsModelVersion2.md +4 -16
  49. data/docs/SeasonEventModelVersion2.md +24 -46
  50. data/docs/SeasonLeagueListingsModelVersion2.md +8 -0
  51. data/docs/SeasonLeagueModelVersion2.md +11 -0
  52. data/docs/SeasonSummaryModelChampionship.md +5 -18
  53. data/docs/SeasonSummaryModelVersion2.md +8 -24
  54. data/docs/SeasonTeamListingsModelVersion2.md +7 -22
  55. data/docs/SeasonTeamModelVersion2.md +14 -36
  56. data/docs/Stone.md +2 -11
  57. data/docs/TeamRankingModel.md +17 -42
  58. data/ftc_events_client.gemspec +5 -5
  59. data/git_push.sh +7 -10
  60. data/lib/ftc_events_client/api/alliance_selection_api.rb +17 -22
  61. data/lib/ftc_events_client/api/awards_api.rb +52 -74
  62. data/lib/ftc_events_client/api/general_api.rb +8 -17
  63. data/lib/ftc_events_client/api/leagues_api.rb +218 -0
  64. data/lib/ftc_events_client/api/match_results_api.rb +44 -45
  65. data/lib/ftc_events_client/api/rankings_api.rb +17 -22
  66. data/lib/ftc_events_client/api/schedule_api.rb +44 -45
  67. data/lib/ftc_events_client/api/season_data_api.rb +30 -53
  68. data/lib/ftc_events_client/api_client.rb +52 -54
  69. data/lib/ftc_events_client/api_error.rb +4 -4
  70. data/lib/ftc_events_client/configuration.rb +6 -76
  71. data/lib/ftc_events_client/models/alliance_model_version2.rb +19 -31
  72. data/lib/ftc_events_client/models/{alliance_score2020.rb → alliance_score_2020.rb} +46 -58
  73. data/lib/ftc_events_client/models/alliance_selection_model_version2.rb +13 -25
  74. data/lib/ftc_events_client/models/api_index_model.rb +20 -32
  75. data/lib/ftc_events_client/models/{tournament_level.rb → auto_navigated_status.rb} +11 -21
  76. data/lib/ftc_events_client/models/award_assignment_model.rb +22 -34
  77. data/lib/ftc_events_client/models/awards_model.rb +12 -24
  78. data/lib/ftc_events_client/models/barcode_element.rb +28 -0
  79. data/lib/ftc_events_client/models/endgame_parked_status.rb +29 -0
  80. data/lib/ftc_events_client/models/event_match_results_model_version2.rb +12 -24
  81. data/lib/ftc_events_client/models/event_rankings_model.rb +12 -24
  82. data/lib/ftc_events_client/models/event_schedule_hybrid_model_version2.rb +12 -24
  83. data/lib/ftc_events_client/models/event_schedule_model_version2.rb +12 -24
  84. data/lib/ftc_events_client/models/ftc_event_level.rb +31 -0
  85. data/lib/ftc_events_client/models/league_member_list_model.rb +209 -0
  86. data/lib/ftc_events_client/models/match_result_model_version2.rb +25 -37
  87. data/lib/ftc_events_client/models/match_result_team_model_version2.rb +26 -29
  88. data/lib/ftc_events_client/models/match_scores_model.rb +12 -24
  89. data/lib/ftc_events_client/models/one_of_match_scores_model_match_scores_items.rb +197 -0
  90. data/lib/ftc_events_client/models/schedule_hybrid_model_team_version2.rb +30 -32
  91. data/lib/ftc_events_client/models/schedule_hybrid_model_version2.rb +46 -38
  92. data/lib/ftc_events_client/models/scheduled_match_model_version2.rb +19 -31
  93. data/lib/ftc_events_client/models/scheduled_match_team_model_version2.rb +15 -27
  94. data/lib/ftc_events_client/models/{score_detail_alliance_model2020.rb → score_detail_alliance_model_2020.rb} +48 -60
  95. data/lib/ftc_events_client/models/score_detail_alliance_model_2021.rb +576 -0
  96. data/lib/ftc_events_client/models/{score_detail_model2019.rb → score_detail_model_2019.rb} +24 -27
  97. data/lib/ftc_events_client/models/{score_detail_model2020.rb → score_detail_model_2020.rb} +24 -27
  98. data/lib/ftc_events_client/models/score_detail_model_2021.rb +236 -0
  99. data/lib/ftc_events_client/models/{score_detail_model_alliance2019.rb → score_detail_model_alliance_2019.rb} +45 -57
  100. data/lib/ftc_events_client/models/{score_detail_model_single_player2020.rb → score_detail_model_single_player_2020.rb} +15 -27
  101. data/lib/ftc_events_client/models/score_detail_model_single_player_2021.rb +233 -0
  102. data/lib/ftc_events_client/models/score_detail_single_player_2021.rb +494 -0
  103. data/lib/ftc_events_client/models/season_award_listings_model.rb +12 -24
  104. data/lib/ftc_events_client/models/season_awards_model.rb +22 -34
  105. data/lib/ftc_events_client/models/season_event_listings_model_version2.rb +13 -25
  106. data/lib/ftc_events_client/models/season_event_model_version2.rb +77 -41
  107. data/lib/ftc_events_client/models/season_league_listings_model_version2.rb +218 -0
  108. data/lib/ftc_events_client/models/season_league_model_version2.rb +247 -0
  109. data/lib/ftc_events_client/models/season_summary_model_championship.rb +14 -26
  110. data/lib/ftc_events_client/models/season_summary_model_version2.rb +17 -29
  111. data/lib/ftc_events_client/models/season_team_listings_model_version2.rb +16 -28
  112. data/lib/ftc_events_client/models/season_team_model_version2.rb +23 -35
  113. data/lib/ftc_events_client/models/stone.rb +6 -15
  114. data/lib/ftc_events_client/models/team_ranking_model.rb +26 -38
  115. data/lib/ftc_events_client/version.rb +4 -5
  116. data/lib/ftc_events_client.rb +22 -12
  117. data/spec/api/leagues_api_spec.rb +77 -0
  118. data/spec/base_object_spec.rb +109 -0
  119. data/spec/configuration_spec.rb +3 -3
  120. data/spec/models/alliance_score_2020_spec.rb +244 -0
  121. data/spec/models/auto_navigated_status_spec.rb +28 -0
  122. data/spec/models/barcode_element_spec.rb +28 -0
  123. data/spec/models/endgame_parked_status_spec.rb +28 -0
  124. data/spec/models/ftc_event_level_spec.rb +28 -0
  125. data/spec/models/league_member_list_model_spec.rb +34 -0
  126. data/spec/models/one_of_match_scores_model_match_scores_items_spec.rb +34 -0
  127. data/spec/models/score_detail_alliance_model2021_spec.rb +280 -0
  128. data/spec/models/score_detail_alliance_model_2020_spec.rb +256 -0
  129. data/spec/models/score_detail_alliance_model_2021_spec.rb +286 -0
  130. data/spec/models/score_detail_model2021_spec.rb +52 -0
  131. data/spec/models/score_detail_model_2019_spec.rb +58 -0
  132. data/spec/models/score_detail_model_2020_spec.rb +58 -0
  133. data/spec/models/score_detail_model_2021_spec.rb +58 -0
  134. data/spec/models/score_detail_model_alliance_2019_spec.rb +238 -0
  135. data/spec/models/score_detail_model_single_player2021_spec.rb +52 -0
  136. data/spec/models/score_detail_model_single_player_2020_spec.rb +58 -0
  137. data/spec/models/score_detail_model_single_player_2021_spec.rb +58 -0
  138. data/spec/models/score_detail_single_player2021_spec.rb +226 -0
  139. data/spec/models/score_detail_single_player_2021_spec.rb +232 -0
  140. data/spec/models/season_league_listings_model_version2_spec.rb +40 -0
  141. data/{lib/ftc_events_client/models/match_scores_model_match_scores_one_of.rb → spec/models/season_league_model_version2_spec.rb} +35 -83
  142. data/update.sh +2 -2
  143. metadata +103 -11
@@ -0,0 +1,576 @@
1
+ =begin
2
+ #FTC Events API
3
+
4
+ #FTC Events API is a service to return relevant information about the _FIRST_ Tech Challenge (FTC). Information is made available from events operating around the world Information is currently made available after the conclusion of the tournament. The API will provide data as soon as it has synced, and we do not add any artificial delays. ## Documentation Notes ### Timezones All times are listed in the local time to the event venue. HTTP-date values will show their timezone. ### Query Parameters If you specify a parameter, but no value for that parameter, it will be ignored. For example, if you request `URL?teamNumber=` the `teamNumber` parameter would be ignored. For all APIs that accept a query string in addition to the base URI, the order of parameters do not matter, but the name shown in the documentation must match exactly, as does the associated value format as described in details. For response codes that are not HTTP 200 (OK), the documentation will show a body message that represents a possible response value. While the \"title\" of the HTTP Status Code will match those shown in the response codes documentation section exactly, the body of the response will be a more detailed explanation of why that status code is being returned and may not always be exactly as shown in the examples. ### Experimenting with the API This documentation is rendered at both [api-docs](https://ftc-events.firstinspires.org/api-docs) and [try-it-out](https://ftc-events.firstinspires.org/try-it-out). [api-docs](https://ftc-events.firstinspires.org/api-docs) has a three panel, easy to read layout, while [try-it-out](https://ftc-events.firstinspires.org/try-it-out) has a feature that allows you try out endpoints from within the page. Additionally, the Open API Json is availabe at [Open API](https://ftc-events.firstinspires.org/swagger/v2.0/swagger.json). This can be imported into a tool such as [Postman](https://www.postman.com) for experimentation as well. ### Last-Modified, FMS-OnlyModifiedSince, and If-Modified-Since Headers The FTC Events API utilizes the `Last-Modified` and `If-Modified-Since` Headers to communicate with consumers regarding the age of the data they are requesting. With a couple of exceptions, all calls will return a `Last-Modified` Header set with the time at which the data at that endpoint was last modified. The Header will always be set in the HTTP-date format, as described in the HTTP Protocol. There are two exceptions: the `Last-Modified` Header is not set if the endpoint returns no results (such as a request for a schedule with no matches). Consumers should keep track of the `Last-Modified` Header, and return it on subsequent calls to the same endpoint as the If-Modified-Since. The server will recognize this request, and will only return a result if the data has been modified since the last request. If no changes have been made, an HTTP 304 will be returned. If data has been modified, ALL data on that call will be returned (for \"only modified\" data, see below). The FTC Events API also allows a custom header used to filter the return data to a specific subset. This is done by specifying a `FMS-OnlyModifiedSince` header with each call. As with the `If-Modified-Since` header, consumers should keep track of the Last-Modified Header, and return it on subsequent calls to the same endpoint as the `FMS-OnlyModifiedSince` Header. The server will recognize this request, and will only return a result if the data has been modified since the last request, and, if returned, the data will only be those portions modified since the included date. If no changes, have been made, an HTTP 304 will be returned. Using this method, the server and consumer save processing time by only receiving modified data that is in need of update on the consumer side. If the Headers are improperly passed (such as the wrong Day of Week for the matching date, or a date in the future), the endpoint will simply ignore the Header and return all results. If both headers are specified, the request will be denied. ## Response Codes The FTC Events API HTTP Status Codes correspond with the [common codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html), but occasionally with different \"titles\". The \"title\" used by the API is shown next to each of the below possible response HTTP Status Codes. Throughout the documentation, Apiary may automatically show the common \"title\" in example returns (like \"Not Found\" for 404) but on the production server, the \"title\" will instead match those listed below. ### HTTP 200 - \"OK\" The request has succeeded. An entity corresponding to the requested resource is sent in the response. This will be returned as the HTTP Status Code for all request that succeed, even if the body is empty (such as an event that has no rankings, but with a valid season and event code were used) ### HTTP 304 - \"Not Modified\" When utilizing a Header that allows filtered data returns, such as `If-Modified-Since`, this response indicates that no data meets the request. ### HTTP 400 - \"Invalid Season Requested\"/\"Malformed Parameter Format In Request\"/\"Missing Parameter In Request\"/\"Invalid API Version Requested\": The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications. Specifically for this API, a 400 response indicates that the requested URI matches with a valid API, but one or more required parameter was malformed or invalid. Examples include an event code that is too short or team number that contains a letter. ### HTTP 401 - \"Unauthorized\" All requests against the API require authentication via a valid user token. Failing to provide one, or providing an invalid one, will warrant a 401 response. The client MAY repeat the request with a suitable Authorization header field. ### HTTP 404 - \"Invalid Event Requested\" Even though the 404 code usually indicates any not found status, a 404 will only be issued in this API when an event cannot be found for the requested season and event code. If the request didn't match a valid API or there were malformed parameters, the response would not receive a 404 but rather a 400 or 501. If this HTTP code is received, the season was a valid season and the event code matched the acceptable style of an event code, but there were no records of an event matching the combination of that season and event code. For example, HTTP 404 would be issued when the event had a different code in the requested season (the codes can change year to year based on event location). ### HTTP 500 - \"Internal Server Error\" The server encountered an unexpected condition which prevented it from fulfilling the request. This is a code sent directly by the server, and has no special alternate definition specific to this API. ### HTTP 501 - \"Request Did Not Match Any Current API Pattern\" The server does not support the functionality required to fulfill the request. Specifically, the request pattern did not match any of the possible APIs, and thus processing was discontinued. This code is also issued when too many optional parameters were included in a single request and fulfilling it would make the result confusing or misleading. Each API will specify which parameters or combination of parameters can be used at the same time. ### HTTP 503 - \"Service Unavailable\" The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a `Retry-After` header. This code will not always appear, sometimes the server may outright refuse the connection instead. This is a code sent directly by the server, and has no special alternate definition specific to this API. ## Authorization In order to make calls against the FTC Events API, you must include an HTTP Header called `Authorization` with the value set as specified below. If a request is made without this header, processing stops and an HTTP 401 is issued. All `Authorization` headers follow the same format: ``` Authorization: Basic 000000000000000000000000000000000000000000000000000000000000 ``` Where the Zeros are replaced by your Token. The Token can be formed by taking your username and your AuthorizationKey and adding a colon. For example, if your username is `sampleuser` and your AuthorizationKey is `7eaa6338-a097-4221-ac04-b6120fcc4d49` you would have this string: ``` sampleuser:7eaa6338-a097-4221-ac04-b6120fcc4d49 ``` This string must then be encoded using Base64 Encoded to form the Token, which will be the same length as the example above, but include letters and numbers. For our example, we would have: ``` c2FtcGxldXNlcjo3ZWFhNjMzOC1hMDk3LTQyMjEtYWMwNC1iNjEyMGZjYzRkNDk= ``` Most API client libraries can handle computing the authorization header using a username and password for you NOTICE: Publicly distributing an application, code snippet, etc, that has your username and token in it, encoded or not, WILL result in your token being blocked from the API. Each user should apply for their own token. If you wish to acquire a token for your development, you may do so by requesting a token through our automated system on this website.
5
+
6
+ OpenAPI spec version: v2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.29
10
+ =end
11
+
12
+ require 'date'
13
+
14
+ module FtcEventsClient
15
+ class ScoreDetailAllianceModel2021
16
+ attr_accessor :alliance
17
+
18
+ attr_accessor :barcode_element1
19
+
20
+ attr_accessor :barcode_element2
21
+
22
+ attr_accessor :carousel
23
+
24
+ attr_accessor :auto_navigated1
25
+
26
+ attr_accessor :auto_navigated2
27
+
28
+ attr_accessor :auto_bonus1
29
+
30
+ attr_accessor :auto_bonus2
31
+
32
+ attr_accessor :auto_storage_freight
33
+
34
+ attr_accessor :auto_freight1
35
+
36
+ attr_accessor :auto_freight2
37
+
38
+ attr_accessor :auto_freight3
39
+
40
+ attr_accessor :driver_controlled_storage_freight
41
+
42
+ attr_accessor :driver_controlled_freight1
43
+
44
+ attr_accessor :driver_controlled_freight2
45
+
46
+ attr_accessor :driver_controlled_freight3
47
+
48
+ attr_accessor :shared_freight
49
+
50
+ attr_accessor :endgame_delivered
51
+
52
+ attr_accessor :alliance_balanced
53
+
54
+ attr_accessor :shared_unbalanced
55
+
56
+ attr_accessor :endgame_parked1
57
+
58
+ attr_accessor :endgame_parked2
59
+
60
+ attr_accessor :capped
61
+
62
+ attr_accessor :minor_penalties
63
+
64
+ attr_accessor :major_penalties
65
+
66
+ attr_accessor :carousel_points
67
+
68
+ attr_accessor :auto_navigation_points
69
+
70
+ attr_accessor :auto_freight_points
71
+
72
+ attr_accessor :auto_bonus_points
73
+
74
+ attr_accessor :driver_controlled_alliance_hub_points
75
+
76
+ attr_accessor :driver_controlled_shared_hub_points
77
+
78
+ attr_accessor :driver_controlled_storage_points
79
+
80
+ attr_accessor :endgame_delivery_points
81
+
82
+ attr_accessor :alliance_balanced_points
83
+
84
+ attr_accessor :shared_unbalanced_points
85
+
86
+ attr_accessor :endgame_parking_points
87
+
88
+ attr_accessor :capping_points
89
+
90
+ attr_accessor :auto_points
91
+
92
+ attr_accessor :driver_controlled_points
93
+
94
+ attr_accessor :endgame_points
95
+
96
+ attr_accessor :penalty_points
97
+
98
+ attr_accessor :total_points
99
+
100
+ # Attribute mapping from ruby-style variable name to JSON key.
101
+ def self.attribute_map
102
+ {
103
+ :'alliance' => :'alliance',
104
+ :'barcode_element1' => :'barcodeElement1',
105
+ :'barcode_element2' => :'barcodeElement2',
106
+ :'carousel' => :'carousel',
107
+ :'auto_navigated1' => :'autoNavigated1',
108
+ :'auto_navigated2' => :'autoNavigated2',
109
+ :'auto_bonus1' => :'autoBonus1',
110
+ :'auto_bonus2' => :'autoBonus2',
111
+ :'auto_storage_freight' => :'autoStorageFreight',
112
+ :'auto_freight1' => :'autoFreight1',
113
+ :'auto_freight2' => :'autoFreight2',
114
+ :'auto_freight3' => :'autoFreight3',
115
+ :'driver_controlled_storage_freight' => :'driverControlledStorageFreight',
116
+ :'driver_controlled_freight1' => :'driverControlledFreight1',
117
+ :'driver_controlled_freight2' => :'driverControlledFreight2',
118
+ :'driver_controlled_freight3' => :'driverControlledFreight3',
119
+ :'shared_freight' => :'sharedFreight',
120
+ :'endgame_delivered' => :'endgameDelivered',
121
+ :'alliance_balanced' => :'allianceBalanced',
122
+ :'shared_unbalanced' => :'sharedUnbalanced',
123
+ :'endgame_parked1' => :'endgameParked1',
124
+ :'endgame_parked2' => :'endgameParked2',
125
+ :'capped' => :'capped',
126
+ :'minor_penalties' => :'minorPenalties',
127
+ :'major_penalties' => :'majorPenalties',
128
+ :'carousel_points' => :'carouselPoints',
129
+ :'auto_navigation_points' => :'autoNavigationPoints',
130
+ :'auto_freight_points' => :'autoFreightPoints',
131
+ :'auto_bonus_points' => :'autoBonusPoints',
132
+ :'driver_controlled_alliance_hub_points' => :'driverControlledAllianceHubPoints',
133
+ :'driver_controlled_shared_hub_points' => :'driverControlledSharedHubPoints',
134
+ :'driver_controlled_storage_points' => :'driverControlledStoragePoints',
135
+ :'endgame_delivery_points' => :'endgameDeliveryPoints',
136
+ :'alliance_balanced_points' => :'allianceBalancedPoints',
137
+ :'shared_unbalanced_points' => :'sharedUnbalancedPoints',
138
+ :'endgame_parking_points' => :'endgameParkingPoints',
139
+ :'capping_points' => :'cappingPoints',
140
+ :'auto_points' => :'autoPoints',
141
+ :'driver_controlled_points' => :'driverControlledPoints',
142
+ :'endgame_points' => :'endgamePoints',
143
+ :'penalty_points' => :'penaltyPoints',
144
+ :'total_points' => :'totalPoints'
145
+ }
146
+ end
147
+
148
+ # Attribute type mapping.
149
+ def self.openapi_types
150
+ {
151
+ :'alliance' => :'Object',
152
+ :'barcode_element1' => :'Object',
153
+ :'barcode_element2' => :'Object',
154
+ :'carousel' => :'Object',
155
+ :'auto_navigated1' => :'Object',
156
+ :'auto_navigated2' => :'Object',
157
+ :'auto_bonus1' => :'Object',
158
+ :'auto_bonus2' => :'Object',
159
+ :'auto_storage_freight' => :'Object',
160
+ :'auto_freight1' => :'Object',
161
+ :'auto_freight2' => :'Object',
162
+ :'auto_freight3' => :'Object',
163
+ :'driver_controlled_storage_freight' => :'Object',
164
+ :'driver_controlled_freight1' => :'Object',
165
+ :'driver_controlled_freight2' => :'Object',
166
+ :'driver_controlled_freight3' => :'Object',
167
+ :'shared_freight' => :'Object',
168
+ :'endgame_delivered' => :'Object',
169
+ :'alliance_balanced' => :'Object',
170
+ :'shared_unbalanced' => :'Object',
171
+ :'endgame_parked1' => :'Object',
172
+ :'endgame_parked2' => :'Object',
173
+ :'capped' => :'Object',
174
+ :'minor_penalties' => :'Object',
175
+ :'major_penalties' => :'Object',
176
+ :'carousel_points' => :'Object',
177
+ :'auto_navigation_points' => :'Object',
178
+ :'auto_freight_points' => :'Object',
179
+ :'auto_bonus_points' => :'Object',
180
+ :'driver_controlled_alliance_hub_points' => :'Object',
181
+ :'driver_controlled_shared_hub_points' => :'Object',
182
+ :'driver_controlled_storage_points' => :'Object',
183
+ :'endgame_delivery_points' => :'Object',
184
+ :'alliance_balanced_points' => :'Object',
185
+ :'shared_unbalanced_points' => :'Object',
186
+ :'endgame_parking_points' => :'Object',
187
+ :'capping_points' => :'Object',
188
+ :'auto_points' => :'Object',
189
+ :'driver_controlled_points' => :'Object',
190
+ :'endgame_points' => :'Object',
191
+ :'penalty_points' => :'Object',
192
+ :'total_points' => :'Object'
193
+ }
194
+ end
195
+
196
+ # List of attributes with nullable: true
197
+ def self.openapi_nullable
198
+ Set.new([
199
+ :'alliance',
200
+ ])
201
+ end
202
+
203
+ # Initializes the object
204
+ # @param [Hash] attributes Model attributes in the form of hash
205
+ def initialize(attributes = {})
206
+ if (!attributes.is_a?(Hash))
207
+ fail ArgumentError, "The input argument (attributes) must be a hash in `FtcEventsClient::ScoreDetailAllianceModel2021` initialize method"
208
+ end
209
+
210
+ # check to see if the attribute exists and convert string to symbol for hash key
211
+ attributes = attributes.each_with_object({}) { |(k, v), h|
212
+ if (!self.class.attribute_map.key?(k.to_sym))
213
+ fail ArgumentError, "`#{k}` is not a valid attribute in `FtcEventsClient::ScoreDetailAllianceModel2021`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
214
+ end
215
+ h[k.to_sym] = v
216
+ }
217
+
218
+ if attributes.key?(:'alliance')
219
+ self.alliance = attributes[:'alliance']
220
+ end
221
+
222
+ if attributes.key?(:'barcode_element1')
223
+ self.barcode_element1 = attributes[:'barcode_element1']
224
+ end
225
+
226
+ if attributes.key?(:'barcode_element2')
227
+ self.barcode_element2 = attributes[:'barcode_element2']
228
+ end
229
+
230
+ if attributes.key?(:'carousel')
231
+ self.carousel = attributes[:'carousel']
232
+ end
233
+
234
+ if attributes.key?(:'auto_navigated1')
235
+ self.auto_navigated1 = attributes[:'auto_navigated1']
236
+ end
237
+
238
+ if attributes.key?(:'auto_navigated2')
239
+ self.auto_navigated2 = attributes[:'auto_navigated2']
240
+ end
241
+
242
+ if attributes.key?(:'auto_bonus1')
243
+ self.auto_bonus1 = attributes[:'auto_bonus1']
244
+ end
245
+
246
+ if attributes.key?(:'auto_bonus2')
247
+ self.auto_bonus2 = attributes[:'auto_bonus2']
248
+ end
249
+
250
+ if attributes.key?(:'auto_storage_freight')
251
+ self.auto_storage_freight = attributes[:'auto_storage_freight']
252
+ end
253
+
254
+ if attributes.key?(:'auto_freight1')
255
+ self.auto_freight1 = attributes[:'auto_freight1']
256
+ end
257
+
258
+ if attributes.key?(:'auto_freight2')
259
+ self.auto_freight2 = attributes[:'auto_freight2']
260
+ end
261
+
262
+ if attributes.key?(:'auto_freight3')
263
+ self.auto_freight3 = attributes[:'auto_freight3']
264
+ end
265
+
266
+ if attributes.key?(:'driver_controlled_storage_freight')
267
+ self.driver_controlled_storage_freight = attributes[:'driver_controlled_storage_freight']
268
+ end
269
+
270
+ if attributes.key?(:'driver_controlled_freight1')
271
+ self.driver_controlled_freight1 = attributes[:'driver_controlled_freight1']
272
+ end
273
+
274
+ if attributes.key?(:'driver_controlled_freight2')
275
+ self.driver_controlled_freight2 = attributes[:'driver_controlled_freight2']
276
+ end
277
+
278
+ if attributes.key?(:'driver_controlled_freight3')
279
+ self.driver_controlled_freight3 = attributes[:'driver_controlled_freight3']
280
+ end
281
+
282
+ if attributes.key?(:'shared_freight')
283
+ self.shared_freight = attributes[:'shared_freight']
284
+ end
285
+
286
+ if attributes.key?(:'endgame_delivered')
287
+ self.endgame_delivered = attributes[:'endgame_delivered']
288
+ end
289
+
290
+ if attributes.key?(:'alliance_balanced')
291
+ self.alliance_balanced = attributes[:'alliance_balanced']
292
+ end
293
+
294
+ if attributes.key?(:'shared_unbalanced')
295
+ self.shared_unbalanced = attributes[:'shared_unbalanced']
296
+ end
297
+
298
+ if attributes.key?(:'endgame_parked1')
299
+ self.endgame_parked1 = attributes[:'endgame_parked1']
300
+ end
301
+
302
+ if attributes.key?(:'endgame_parked2')
303
+ self.endgame_parked2 = attributes[:'endgame_parked2']
304
+ end
305
+
306
+ if attributes.key?(:'capped')
307
+ self.capped = attributes[:'capped']
308
+ end
309
+
310
+ if attributes.key?(:'minor_penalties')
311
+ self.minor_penalties = attributes[:'minor_penalties']
312
+ end
313
+
314
+ if attributes.key?(:'major_penalties')
315
+ self.major_penalties = attributes[:'major_penalties']
316
+ end
317
+
318
+ if attributes.key?(:'carousel_points')
319
+ self.carousel_points = attributes[:'carousel_points']
320
+ end
321
+
322
+ if attributes.key?(:'auto_navigation_points')
323
+ self.auto_navigation_points = attributes[:'auto_navigation_points']
324
+ end
325
+
326
+ if attributes.key?(:'auto_freight_points')
327
+ self.auto_freight_points = attributes[:'auto_freight_points']
328
+ end
329
+
330
+ if attributes.key?(:'auto_bonus_points')
331
+ self.auto_bonus_points = attributes[:'auto_bonus_points']
332
+ end
333
+
334
+ if attributes.key?(:'driver_controlled_alliance_hub_points')
335
+ self.driver_controlled_alliance_hub_points = attributes[:'driver_controlled_alliance_hub_points']
336
+ end
337
+
338
+ if attributes.key?(:'driver_controlled_shared_hub_points')
339
+ self.driver_controlled_shared_hub_points = attributes[:'driver_controlled_shared_hub_points']
340
+ end
341
+
342
+ if attributes.key?(:'driver_controlled_storage_points')
343
+ self.driver_controlled_storage_points = attributes[:'driver_controlled_storage_points']
344
+ end
345
+
346
+ if attributes.key?(:'endgame_delivery_points')
347
+ self.endgame_delivery_points = attributes[:'endgame_delivery_points']
348
+ end
349
+
350
+ if attributes.key?(:'alliance_balanced_points')
351
+ self.alliance_balanced_points = attributes[:'alliance_balanced_points']
352
+ end
353
+
354
+ if attributes.key?(:'shared_unbalanced_points')
355
+ self.shared_unbalanced_points = attributes[:'shared_unbalanced_points']
356
+ end
357
+
358
+ if attributes.key?(:'endgame_parking_points')
359
+ self.endgame_parking_points = attributes[:'endgame_parking_points']
360
+ end
361
+
362
+ if attributes.key?(:'capping_points')
363
+ self.capping_points = attributes[:'capping_points']
364
+ end
365
+
366
+ if attributes.key?(:'auto_points')
367
+ self.auto_points = attributes[:'auto_points']
368
+ end
369
+
370
+ if attributes.key?(:'driver_controlled_points')
371
+ self.driver_controlled_points = attributes[:'driver_controlled_points']
372
+ end
373
+
374
+ if attributes.key?(:'endgame_points')
375
+ self.endgame_points = attributes[:'endgame_points']
376
+ end
377
+
378
+ if attributes.key?(:'penalty_points')
379
+ self.penalty_points = attributes[:'penalty_points']
380
+ end
381
+
382
+ if attributes.key?(:'total_points')
383
+ self.total_points = attributes[:'total_points']
384
+ end
385
+ end
386
+
387
+ # Show invalid properties with the reasons. Usually used together with valid?
388
+ # @return Array for valid properties with the reasons
389
+ def list_invalid_properties
390
+ invalid_properties = Array.new
391
+ invalid_properties
392
+ end
393
+
394
+ # Check to see if the all the properties in the model are valid
395
+ # @return true if the model is valid
396
+ def valid?
397
+ true
398
+ end
399
+
400
+ # Checks equality by comparing each attribute.
401
+ # @param [Object] Object to be compared
402
+ def ==(o)
403
+ return true if self.equal?(o)
404
+ self.class == o.class &&
405
+ alliance == o.alliance &&
406
+ barcode_element1 == o.barcode_element1 &&
407
+ barcode_element2 == o.barcode_element2 &&
408
+ carousel == o.carousel &&
409
+ auto_navigated1 == o.auto_navigated1 &&
410
+ auto_navigated2 == o.auto_navigated2 &&
411
+ auto_bonus1 == o.auto_bonus1 &&
412
+ auto_bonus2 == o.auto_bonus2 &&
413
+ auto_storage_freight == o.auto_storage_freight &&
414
+ auto_freight1 == o.auto_freight1 &&
415
+ auto_freight2 == o.auto_freight2 &&
416
+ auto_freight3 == o.auto_freight3 &&
417
+ driver_controlled_storage_freight == o.driver_controlled_storage_freight &&
418
+ driver_controlled_freight1 == o.driver_controlled_freight1 &&
419
+ driver_controlled_freight2 == o.driver_controlled_freight2 &&
420
+ driver_controlled_freight3 == o.driver_controlled_freight3 &&
421
+ shared_freight == o.shared_freight &&
422
+ endgame_delivered == o.endgame_delivered &&
423
+ alliance_balanced == o.alliance_balanced &&
424
+ shared_unbalanced == o.shared_unbalanced &&
425
+ endgame_parked1 == o.endgame_parked1 &&
426
+ endgame_parked2 == o.endgame_parked2 &&
427
+ capped == o.capped &&
428
+ minor_penalties == o.minor_penalties &&
429
+ major_penalties == o.major_penalties &&
430
+ carousel_points == o.carousel_points &&
431
+ auto_navigation_points == o.auto_navigation_points &&
432
+ auto_freight_points == o.auto_freight_points &&
433
+ auto_bonus_points == o.auto_bonus_points &&
434
+ driver_controlled_alliance_hub_points == o.driver_controlled_alliance_hub_points &&
435
+ driver_controlled_shared_hub_points == o.driver_controlled_shared_hub_points &&
436
+ driver_controlled_storage_points == o.driver_controlled_storage_points &&
437
+ endgame_delivery_points == o.endgame_delivery_points &&
438
+ alliance_balanced_points == o.alliance_balanced_points &&
439
+ shared_unbalanced_points == o.shared_unbalanced_points &&
440
+ endgame_parking_points == o.endgame_parking_points &&
441
+ capping_points == o.capping_points &&
442
+ auto_points == o.auto_points &&
443
+ driver_controlled_points == o.driver_controlled_points &&
444
+ endgame_points == o.endgame_points &&
445
+ penalty_points == o.penalty_points &&
446
+ total_points == o.total_points
447
+ end
448
+
449
+ # @see the `==` method
450
+ # @param [Object] Object to be compared
451
+ def eql?(o)
452
+ self == o
453
+ end
454
+
455
+ # Calculates hash code according to all attributes.
456
+ # @return [Integer] Hash code
457
+ def hash
458
+ [alliance, barcode_element1, barcode_element2, carousel, auto_navigated1, auto_navigated2, auto_bonus1, auto_bonus2, auto_storage_freight, auto_freight1, auto_freight2, auto_freight3, driver_controlled_storage_freight, driver_controlled_freight1, driver_controlled_freight2, driver_controlled_freight3, shared_freight, endgame_delivered, alliance_balanced, shared_unbalanced, endgame_parked1, endgame_parked2, capped, minor_penalties, major_penalties, carousel_points, auto_navigation_points, auto_freight_points, auto_bonus_points, driver_controlled_alliance_hub_points, driver_controlled_shared_hub_points, driver_controlled_storage_points, endgame_delivery_points, alliance_balanced_points, shared_unbalanced_points, endgame_parking_points, capping_points, auto_points, driver_controlled_points, endgame_points, penalty_points, total_points].hash
459
+ end
460
+
461
+ # Builds the object from hash
462
+ # @param [Hash] attributes Model attributes in the form of hash
463
+ # @return [Object] Returns the model itself
464
+ def self.build_from_hash(attributes)
465
+ new.build_from_hash(attributes)
466
+ end
467
+
468
+ # Builds the object from hash
469
+ # @param [Hash] attributes Model attributes in the form of hash
470
+ # @return [Object] Returns the model itself
471
+ def build_from_hash(attributes)
472
+ return nil unless attributes.is_a?(Hash)
473
+ self.class.openapi_types.each_pair do |key, type|
474
+ if type =~ /\AArray<(.*)>/i
475
+ # check to ensure the input is an array given that the attribute
476
+ # is documented as an array but the input is not
477
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
478
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
479
+ end
480
+ elsif !attributes[self.class.attribute_map[key]].nil?
481
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
482
+ elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
483
+ self.send("#{key}=", nil)
484
+ end
485
+ end
486
+
487
+ self
488
+ end
489
+
490
+ # Deserializes the data based on type
491
+ # @param string type Data type
492
+ # @param string value Value to be deserialized
493
+ # @return [Object] Deserialized data
494
+ def _deserialize(type, value)
495
+ case type.to_sym
496
+ when :DateTime
497
+ DateTime.parse(value)
498
+ when :Date
499
+ Date.parse(value)
500
+ when :String
501
+ value.to_s
502
+ when :Integer
503
+ value.to_i
504
+ when :Float
505
+ value.to_f
506
+ when :Boolean
507
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
508
+ true
509
+ else
510
+ false
511
+ end
512
+ when :Object
513
+ # generic object (usually a Hash), return directly
514
+ value
515
+ when /\AArray<(?<inner_type>.+)>\z/
516
+ inner_type = Regexp.last_match[:inner_type]
517
+ value.map { |v| _deserialize(inner_type, v) }
518
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
519
+ k_type = Regexp.last_match[:k_type]
520
+ v_type = Regexp.last_match[:v_type]
521
+ {}.tap do |hash|
522
+ value.each do |k, v|
523
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
524
+ end
525
+ end
526
+ else # model
527
+ FtcEventsClient.const_get(type).build_from_hash(value)
528
+ end
529
+ end
530
+
531
+ # Returns the string representation of the object
532
+ # @return [String] String presentation of the object
533
+ def to_s
534
+ to_hash.to_s
535
+ end
536
+
537
+ # to_body is an alias to to_hash (backward compatibility)
538
+ # @return [Hash] Returns the object in the form of hash
539
+ def to_body
540
+ to_hash
541
+ end
542
+
543
+ # Returns the object in the form of hash
544
+ # @return [Hash] Returns the object in the form of hash
545
+ def to_hash
546
+ hash = {}
547
+ self.class.attribute_map.each_pair do |attr, param|
548
+ value = self.send(attr)
549
+ if value.nil?
550
+ is_nullable = self.class.openapi_nullable.include?(attr)
551
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
552
+ end
553
+
554
+ hash[param] = _to_hash(value)
555
+ end
556
+ hash
557
+ end
558
+
559
+ # Outputs non-array value in the form of hash
560
+ # For object, use to_hash. Otherwise, just return the value
561
+ # @param [Object] value Any valid value
562
+ # @return [Hash] Returns the value in the form of hash
563
+ def _to_hash(value)
564
+ if value.is_a?(Array)
565
+ value.compact.map { |v| _to_hash(v) }
566
+ elsif value.is_a?(Hash)
567
+ {}.tap do |hash|
568
+ value.each { |k, v| hash[k] = _to_hash(v) }
569
+ end
570
+ elsif value.respond_to? :to_hash
571
+ value.to_hash
572
+ else
573
+ value
574
+ end
575
+ end end
576
+ end