Name | Type | Description | Notes |
---|---|---|---|
type | String | The type of the synchronization point. If the type is `measure`, the measure uuid must be present in `measureUuid` | |
measure_uuid | String | The measure unique identifier | [optional] |
time | Float | The corresponding time in seconds |
require 'flat_api'
instance = FlatApi::ScoreTrackPoint.new(
type: null,
measure_uuid: null,
time: null
)