RecommendationsSeed class

Json representation of the recommendation seed

Annotations
  • @JsonSerializable()

Constructors

RecommendationsSeed()
RecommendationsSeed.fromJson(Map<String, dynamic> json)
factory

Properties

afterFilteringSize int?
The number of tracks available after min_* and max_* filters have been applied.
getter/setter pair
afterRelinkingSize int?
The number of tracks available after relinking for regional availability.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
href String?
A link to the full track or artist data for this seed. For tracks this will be a link to a Track Object. For artists a link to an Artist Object. For genre seeds, this value will be null.
getter/setter pair
id String?
The id used to select this seed. This will be the same as the string used in the seed_artists, seed_tracks or seed_genres parameter.
getter/setter pair
initialPoolSize int?
The number of recommended tracks available for this seed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The entity type of this seed. One of artist, track or genre.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited