limit property

  1. @JsonKey.new(name: "limit")
int? limit
getter/setter pair

Implementation

@JsonKey(name: "limit")
int? limit;