userCreatedAtLte property

  1. @JsonKey.new(includeIfNull: false, name: 'user_created_at_lte')
int? userCreatedAtLte
final

Filter members whose account was created at or before this unix timestamp

Implementation

@JsonKey(includeIfNull: false, name: 'user_created_at_lte')
final int? userCreatedAtLte;