The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. Complete User Registration
Public

33
53
33
53
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • GraphQL API Playground
    API Playground
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

  1. Complete User Registration
  2. Gender

The Gender class contains information about the gender of the user so the user can pick the one which identifies to.


DataSchema
Get StartedFetch Data
codegender
M
Male
F
Female
T
Transexual
L
Lesbian
G
Gay
B
Bisexual
O
Other
A
NotesNotes

Class Gender: Detailed Information

The following information about the Gender class of your application:

Gender The Gender class contains information about the gender of the user so the user can pick the one which identifies to. It contains the following properties:

  • code (String): a one character code for the Gender
  • gender (String): a string describing the full Gender name

Here is a quick example of how this class will look like:

  • code: "M"
  • gender: "Male"