# FacePokerApi.Table

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | GUID | [optional] 
**smallBlind** | **Number** |  | 
**bigBlind** | **Number** |  | 
**decisionTime** | **Number** | Time duration in seconds | 
**seats** | **Number** | Should be number of seats at the table regardless if free or taken | [optional] 
**inTurn** | **Number** | Seat number of the player who's turn it is now | [optional] 
**paused** | **Boolean** | Changing this can start/pause the game | [optional] 
**adminId** | **String** |  | [optional] 
**players** | [**[Player]**](Player.md) |  | [optional] 
**communityCards** | **Object** |  | [optional] 
**nonce** | **Number** | Nonce starts with 0 and is increased on each turn. | [optional] 
**stateId** | **Number** | Start from 0 and increase on each update on each event, which contrary to turn would also take people sitting or standing up into account. | [optional] 
**serverTime** | **String** | UTC current server time | [optional] 
**foldTimerStartTime** | **String** | UTC time, when current thinking player timer started | [optional] 
**timeLeftToMove** | **String** | UTC time, initially thinking player timer started, then updated every time page is refreshed as time left to move | [optional] 
**isShowdown** | **Boolean** | Wether it's showdown or not | [optional] 
**winners** | **Array.<String>** | List of winners for each pot, e.g. for pot[0] winner is winners[0] | [optional] 
**playersWithVideoOn** | **Array.<String>** | Players with enabled camera | [optional] 
