# FlatApi.ScoreTrackPoint

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of the synchronization point. If the type is &#x60;measure&#x60;, the measure uuid must be present in &#x60;measureUuid&#x60; | 
**measureUuid** | **String** | The measure unique identifier | [optional] 
**time** | **Number** | The corresponding time in seconds | 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `measure` (value: `"measure"`)

* `end` (value: `"end"`)




