# Round


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**event** | [**BaseRoundEvent**](BaseRoundEvent.md) |  | [default to undefined]
**session** | [**BaseRoundEvent**](BaseRoundEvent.md) |  | [default to undefined]
**number** | **number** |  | [default to undefined]
**matches** | [**Array&lt;RoundAllOfMatches&gt;**](RoundAllOfMatches.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

```typescript
import { Round } from '@connectedxm/admin-sdk';

const instance: Round = {
    id,
    event,
    session,
    number,
    matches,
    createdAt,
    updatedAt,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
