mlbstats/api/docs/BaseballDraftProspectRestOb...

30 lines
1.8 KiB
Markdown
Raw Normal View History

2025-04-06 04:55:01 +00:00
# BaseballDraftProspectRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Copyright** | **string** | | [optional] [default to null]
**BisPlayerId** | **int32** | | [optional] [default to null]
**BisSchoolId** | **int32** | | [optional] [default to null]
**PickRound** | **string** | | [optional] [default to null]
**PickNumber** | **int32** | | [optional] [default to null]
**DisplayPickNumber** | **int32** | | [optional] [default to null]
**RoundPickNumber** | **int32** | | [optional] [default to null]
**Rank** | **int32** | | [optional] [default to null]
**PickValue** | **string** | | [optional] [default to null]
**SigningBonus** | **string** | | [optional] [default to null]
**Home** | [***LocationRestObject**](LocationRestObject.md) | | [optional] [default to null]
**ScoutingReport** | **string** | | [optional] [default to null]
**School** | [***SchoolRestObject**](SchoolRestObject.md) | | [optional] [default to null]
**Blurb** | **string** | | [optional] [default to null]
**HeadshotLink** | **string** | | [optional] [default to null]
**Person** | [***BaseballPersonRestObject**](BaseballPersonRestObject.md) | | [optional] [default to null]
**Team** | [***BaseballTeamRestObject**](BaseballTeamRestObject.md) | | [optional] [default to null]
**DraftType** | [***DraftTypeEnumRestObject**](DraftTypeEnumRestObject.md) | | [optional] [default to null]
**IsDrafted** | **bool** | | [optional] [default to null]
**IsPass** | **bool** | | [optional] [default to null]
**Year** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)