BookInfoRemoteSearchQuery

@Serializable
data class BookInfoRemoteSearchQuery(val searchInfo: BookInfo? = null, val itemId: UUID, val searchProviderName: String? = null, val includeDisabledProviders: Boolean)

Constructors

Link copied to clipboard
constructor(searchInfo: BookInfo? = null, itemId: UUID, searchProviderName: String? = null, includeDisabledProviders: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "IncludeDisabledProviders")
val includeDisabledProviders: Boolean

A value indicating whether disabled providers should be included.

Link copied to clipboard
@SerialName(value = "ItemId")
val itemId: UUID
Link copied to clipboard
@SerialName(value = "SearchInfo")
val searchInfo: BookInfo?
Link copied to clipboard
@SerialName(value = "SearchProviderName")
val searchProviderName: String?

The provider name to search within if set.