Skip to content

Latest commit

History

History
22 lines (16 loc) 路 566 Bytes

ScoreTrackPoint.md

File metadata and controls

22 lines (16 loc) 路 566 Bytes

FlatApi::ScoreTrackPoint

Properties

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

Example

require 'flat_api'

instance = FlatApi::ScoreTrackPoint.new(
  type: null,
  measure_uuid: null,
  time: null
)