length property
Number of hits to retrieve (used in combination with offset
).
Implementation
// minimum: 0
// maximum: 1000
@JsonKey(name: r'length')
final int? length;
Number of hits to retrieve (used in combination with offset
).
// minimum: 0
// maximum: 1000
@JsonKey(name: r'length')
final int? length;