Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2.98 KB

AuthenticationResultSessionInfo.md

File metadata and controls

39 lines (34 loc) · 2.98 KB

AuthenticationResultSessionInfo

Properties

Name Type Description Notes
play_state Option<crate::models::PlayerStateInfo> [optional]
additional_users Option<Veccrate::models::SessionUserInfo> [optional]
capabilities Option<crate::models::ClientCapabilities> [optional]
remote_end_point Option<String> Gets or sets the remote end point. [optional]
playable_media_types Option<Vec> Gets the playable media types. [optional][readonly]
id Option<String> Gets or sets the id. [optional]
user_id Option<uuid::Uuid> Gets or sets the user id. [optional]
user_name Option<String> Gets or sets the username. [optional]
client Option<String> Gets or sets the type of the client. [optional]
last_activity_date Option<String> Gets or sets the last activity date. [optional]
last_playback_check_in Option<String> Gets or sets the last playback check in. [optional]
device_name Option<String> Gets or sets the name of the device. [optional]
device_type Option<String> Gets or sets the type of the device. [optional]
now_playing_item Option<crate::models::SessionInfoNowPlayingItem> [optional]
full_now_playing_item Option<crate::models::SessionInfoFullNowPlayingItem> [optional]
now_viewing_item Option<crate::models::SessionInfoNowViewingItem> [optional]
device_id Option<String> Gets or sets the device id. [optional]
application_version Option<String> Gets or sets the application version. [optional]
transcoding_info Option<crate::models::TranscodingInfo> [optional]
is_active Option<bool> Gets a value indicating whether this instance is active. [optional][readonly]
supports_media_control Option<bool> [optional][readonly]
supports_remote_control Option<bool> [optional][readonly]
now_playing_queue Option<Veccrate::models::QueueItem> [optional]
now_playing_queue_full_items Option<Veccrate::models::BaseItemDto> [optional]
has_custom_device_name Option<bool> [optional]
playlist_item_id Option<String> [optional]
server_id Option<String> [optional]
user_primary_image_tag Option<String> [optional]
supported_commands Option<Veccrate::models::GeneralCommandType> Gets the supported commands. [optional][readonly]

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