Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 747 Bytes

BufferRequestDto.md

File metadata and controls

14 lines (9 loc) · 747 Bytes

BufferRequestDto

Properties

Name Type Description Notes
when Option<String> Gets or sets when the request has been made by the client. [optional]
position_ticks Option<i64> Gets or sets the position ticks. [optional]
is_playing Option<bool> Gets or sets a value indicating whether the client playback is unpaused. [optional]
playlist_item_id Option<uuid::Uuid> Gets or sets the playlist item identifier of the playing item. [optional]

[Back to Model list] [Back to API list] [Back to README]