mlbstats/api/docs/RuleSettingsRestObject.md

27 lines
1.5 KiB
Markdown

# RuleSettingsRestObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**PlaySettingId** | **int32** | | [optional] [default to null]
**SettingId** | **int32** | | [optional] [default to null]
**SettingName** | **string** | | [optional] [default to null]
**SettingDisplayName** | **string** | | [optional] [default to null]
**SettingCategory** | **string** | | [optional] [default to null]
**SettingCategoryCode** | **string** | | [optional] [default to null]
**SettingDescription** | **string** | | [optional] [default to null]
**SettingOptions** | [**[]RuleSettingsOptionRestObject**](RuleSettingsOptionRestObject.md) | | [optional] [default to null]
**ValueType** | **string** | | [optional] [default to null]
**SettingValue** | [***interface{}**](interface{}.md) | | [optional] [default to null]
**SettingScope** | **string** | | [optional] [default to null]
**PriorityOverride** | **int32** | | [optional] [default to null]
**StartDate** | **string** | | [optional] [default to null]
**EndDate** | **string** | | [optional] [default to null]
**Inherited** | **bool** | | [optional] [default to null]
**GameType** | **string** | | [optional] [default to null]
**AllGameTypeStatus** | **bool** | | [optional] [default to null]
**SortOrder** | **int32** | | [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)