Destiny.Definitions.DestinyRaceDefinition

Mobile Manifest Entity
In Destiny, "Races" are really more like "Species". Sort of. I mean, are the Awoken a separate species from humans? I'm not sure. But either way, they're defined here. You'll see Exo, Awoken, and Human as examples of these Species. Players will choose one for their character.
Mapped to Mobile Manifest Table: Races
Type: object
Object Properties
raceType
An enumeration defining the existing, known Races/Species for player characters. This value will be the enum value matching this definition.
Type: int32
genderedRaceNames
A localized string referring to the singular form of the Race's name when referred to in gendered form. Keyed by the DestinyGender.
Type: object
Dictionary Contents: string
Dictionary Key Type: int32
genderedRaceNamesByGenderHash
Mapped to Definition
Type: object
Dictionary Contents: string
Dictionary Key Type: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.DestinyGenderDefinition
hash
The unique identifier for this entity. Guaranteed to be unique for the type of entity, but not globally.

When entities refer to each other in Destiny content, it is this hash that they are referring to.
Type: uint32
index
The index of the entity as it was found in the investment tables.
Type: int32
redacted
If this is true, then there is an entity with this identifier/type combination, but BNet is not yet allowed to show it. Sorry!
Type: boolean