Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1023 Bytes

UserSearch.md

File metadata and controls

21 lines (16 loc) · 1023 Bytes

r2gapi_flutter_sdk.model.UserSearch

Load the model package

import 'package:r2gapi_flutter_sdk/api.dart';

Properties

Name Type Description Notes
page PageRequest [optional] [default to null]
location SearchRadius [optional] [default to null]
age IntegerRange [optional] [default to null]
gender String gender of the persona [optional] [default to null]
isSingle String whether the persona should be single [optional] [default to null]
hasAvatar String whether the persona should have an avatar picture [optional] [default to null]
isOnline String whether the persona should be online [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]