maxRecommendations property

  1. @JsonKey(name: r'maxRecommendations')
int? maxRecommendations
final

Maximum number of recommendations to retrieve. By default, all recommendations are returned and no fallback request is made. Depending on the available recommendations and the other request parameters, the actual number of recommendations may be lower than this value.

Implementation

// minimum: 1
// maximum: 1000
@JsonKey(name: r'maxRecommendations')
final int? maxRecommendations;