6.1 KiB
6.1 KiB
BaseballPlay
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RequestingUserRole | *Role | [optional] [default to null] | |
| Balls | int32 | [optional] [default to null] | |
| Strikes | int32 | [optional] [default to null] | |
| Outs | int32 | [optional] [default to null] | |
| Inning | int32 | [optional] [default to null] | |
| AtBatIndex | int32 | [optional] [default to null] | |
| HalfInning | string | [optional] [default to null] | |
| HasOut | bool | [optional] [default to null] | |
| Batter | *BaseballPerson | [optional] [default to null] | |
| Pitcher | *BaseballPerson | [optional] [default to null] | |
| StartTime | time.Time | [optional] [default to null] | |
| EndTime | time.Time | [optional] [default to null] | |
| BatterHotColdZoneStats | *Stats | [optional] [default to null] | |
| PitcherHotColdZoneStats | *Stats | [optional] [default to null] | |
| BatterHotColdZones | **[]BaseballHotColdZone** | [optional] [default to null] | |
| PitcherHotColdZones | **[]BaseballHotColdZone** | [optional] [default to null] | |
| SplitsBatter | string | [optional] [default to null] | |
| SplitsPitcher | string | [optional] [default to null] | |
| SplitsMenOnBase | string | [optional] [default to null] | |
| PitchHand | *DynamicLookupEnum | [optional] [default to null] | |
| BatSide | *DynamicLookupEnum | [optional] [default to null] | |
| CaptivatingIndex | int32 | [optional] [default to null] | |
| HitTrajectory | *HitTrajectory | [optional] [default to null] | |
| EventType | string | [optional] [default to null] | |
| EventTypeEnum | *EventType | [optional] [default to null] | |
| Result | string | [optional] [default to null] | |
| ResultMap | map[string]string | [optional] [default to null] | |
| Description | string | [optional] [default to null] | |
| NumRbi | int32 | [optional] [default to null] | |
| AwayScore | int32 | [optional] [default to null] | |
| HomeScore | int32 | [optional] [default to null] | |
| IsComplete | bool | [optional] [default to null] | |
| IsScoringPlay | bool | [optional] [default to null] | |
| HasReview | bool | [optional] [default to null] | |
| ReviewType | string | [optional] [default to null] | |
| ReviewOverturned | bool | [optional] [default to null] | |
| ReviewInProgress | bool | [optional] [default to null] | |
| ChallengeTeamId | int32 | [optional] [default to null] | |
| Reviews | **[]BaseballReview** | [optional] [default to null] | |
| RunnerOn1b | *BaseballPerson | [optional] [default to null] | |
| RunnerOn2b | *BaseballPerson | [optional] [default to null] | |
| RunnerOn3b | *BaseballPerson | [optional] [default to null] | |
| PitchIndex | []int32 | [optional] [default to null] | |
| ActionIndex | []int32 | [optional] [default to null] | |
| RunnerIndex | **[]interface{}** | [optional] [default to null] | |
| RunnerMovements | **[]BaseballRunnerMovement** | [optional] [default to null] | |
| PlayEvents | **[]BaseballPlayEvent** | [optional] [default to null] | |
| Credits | **[]PlayCredit** | [optional] [default to null] | |
| Flags | **[]PlayCredit** | [optional] [default to null] | |
| IsDoublePlay | bool | [optional] [default to null] | |
| IsGroundIntoDoublePlay | bool | [optional] [default to null] | |
| IsTriplePlay | bool | [optional] [default to null] | |
| IsGroundIntoTriplePlay | bool | [optional] [default to null] | |
| NumLeftOnBase | int32 | [optional] [default to null] | |
| NumLeftOnBaseScoring | int32 | [optional] [default to null] | |
| OffensiveAlignmentId | string | [optional] [default to null] | |
| DefensiveAlignmentId | string | [optional] [default to null] | |
| Complete | bool | [optional] [default to null] | |
| ScoringPlay | bool | [optional] [default to null] | |
| TopInning | bool | [optional] [default to null] | |
| Results | map[string]string | [optional] [default to null] | |
| Descriptions | map[string]string | [optional] [default to null] | |
| PlateAppearance | bool | [optional] [default to null] | |
| Summary | *BaseballPlay | [optional] [default to null] | |
| BatterResultEvent | *EventType | [optional] [default to null] | |
| ResponsibleBatter | *BaseballPerson | [optional] [default to null] | |
| PayoffEvent | *BaseballPlayEvent | [optional] [default to null] | |
| TeamNumLeftOnBase | int32 | [optional] [default to null] | |
| NumLeftOnBaseScoringPosition | int32 | [optional] [default to null] | |
| Hit | bool | [optional] [default to null] | |
| AtBat | bool | [optional] [default to null] | |
| DoublePlay | bool | [optional] [default to null] | |
| TriplePlay | bool | [optional] [default to null] | |
| GroundIntoDoublePlay | bool | [optional] [default to null] | |
| GroundIntoTriplePlay | bool | [optional] [default to null] | |
| GroundOut | bool | [optional] [default to null] | |
| ResponsiblePitcher | *BaseballPerson | [optional] [default to null] | |
| InPlayEvent | *BaseballPlayEvent | [optional] [default to null] | |
| NumErrors | int32 | [optional] [default to null] | |
| NumRuns | int32 | [optional] [default to null] | |
| UserPrivileges | **[]Privilege** | [optional] [default to null] |