Staff

constructor(id: Int, name: Staff.StaffName, languageV2: String? = null, image: Staff.StaffImage? = null, description: String? = null, primaryOccupations: List<String>? = null, gender: String? = null, dateOfBirth: FuzzyDateInt? = null, dateOfDeath: FuzzyDateInt? = null, age: Int? = null, yearsActive: List<Int>? = null, homeTown: String? = null, bloodType: String? = null, isFavourite: Boolean? = null, isFavouriteBlocked: Boolean? = null, siteUrl: String? = null, staffMedia: MediaConnection? = null, characters: CharacterConnection? = null, characterMedia: MediaConnection? = null, submitter: AnilistUser? = null, submissionStatus: Int? = null, submissionNotes: String? = null, favourites: Int? = null, modNotes: String? = null)