| Field | Setter Type | Getter Type | Required | Description |
|---|---|---|---|---|
userId |
@Nullable String | JsonNullable<String> | ➖ | The ID of the user. Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
screenName |
@Nullable String | JsonNullable<String> | ➖ | The username of the user. Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
isBlueVerified |
@Nullable boolean | JsonNullable<boolean> | ➖ | Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
isVerifiedOrganizationAffiliate |
@Nullable boolean | JsonNullable<boolean> | ➖ | Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
isVerified |
@Nullable boolean | JsonNullable<boolean> | ➖ | True if is_blue_verified or is_verified_organization_affiliate is True Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |