GenderData

Represents a person’s gender identity, NOT their sex at birth.

Properties

Parameter Type Description
Key string The encrypted key of the gender.
Name string The name of the gender.

JSON Example

{
    "Key": "1c5aabbdf813ad78c48cc8e6d8584162",
    "Name": "Female"
}