userCreatedAtGte property

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

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

Implementation

@JsonKey(includeIfNull: false, name: 'user_created_at_gte')
final int? userCreatedAtGte;