Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 5.62 KB

File metadata and controls

12 lines (9 loc) · 5.62 KB

AccountVerifyModel

Fields

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.