Interface PlaystateApiReportPlaybackStartRequest

Request parameters for reportPlaybackStart operation in PlaystateApi.

PlaystateApiReportPlaybackStartRequest

interface PlaystateApiReportPlaybackStartRequest {
    playbackStartInfo?: PlaybackStartInfo;
}

Properties

playbackStartInfo?: PlaybackStartInfo

The playback start info.

PlaystateApiReportPlaybackStart