View Source Sptfy.Object.RecommendationSeed (Sptfy v0.1.5)

Module for recommendation seed struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.RecommendationSeed{
  after_filtering_size: term(),
  after_relinking_size: term(),
  href: term(),
  id: term(),
  initial_pool_size: term(),
  type: term()
}