initialPoolSize property

  1. @JsonKey(fromJson: convertToIntIfDoubleValue)
int? initialPoolSize
getter/setter pair

The number of recommended tracks available for this seed.

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? initialPoolSize;