PromoteObjectIDs

algoliasearch.recommend.PromoteObjectIDs
case class PromoteObjectIDs(objectIDs: Seq[String], position: Int) extends PromoteTrait

Records to promote.

Value parameters

objectIDs

Unique identifiers of the records to promote.

position

The position to promote the records to. If you pass objectIDs, the records are placed at this position as a group. For example, if you pronmote four objectIDs to position 0, the records take the first four positions.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PromoteTrait
trait Promote
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product