// This file is generated as an Apex representation of the // corresponding sObject and its fields. // This read-only file is used by the Apex Language Server to // provide code smartness, and is deleted each time you // refresh your sObject definitions. // To edit your sObjects and their fields, edit the corresponding // .object-meta.xml and .field-meta.xml files. global class Lead { global Id Id; global Boolean IsDeleted; global Lead MasterRecord; global Id MasterRecordId; global String LastName; global String FirstName; global String Salutation; global String Name; global String Title; global String Company; global String Street; global String City; global String State; global String PostalCode; global String Country; global Double Latitude; global Double Longitude; global String GeocodeAccuracy; global Address Address; global String Phone; global String MobilePhone; global String Fax; global String Email; global String Website; global String PhotoUrl; global String Description; global String LeadSource; global String Status; global String Industry; global String Rating; global Decimal AnnualRevenue; global Integer NumberOfEmployees; global SObject Owner; global Id OwnerId; global Boolean IsConverted; global Date ConvertedDate; global Account ConvertedAccount; global Id ConvertedAccountId; global Contact ConvertedContact; global Id ConvertedContactId; global Opportunity ConvertedOpportunity; global Id ConvertedOpportunityId; global Boolean IsUnreadByOwner; global Datetime CreatedDate; global User CreatedBy; global Id CreatedById; global Datetime LastModifiedDate; global User LastModifiedBy; global Id LastModifiedById; global Datetime SystemModstamp; global Date LastActivityDate; global Datetime LastViewedDate; global Datetime LastReferencedDate; global String Jigsaw; global String JigsawContactId; global String CleanStatus; global String CompanyDunsNumber; global DandBCompany DandbCompany; global Id DandbCompanyId; global String EmailBouncedReason; global Datetime EmailBouncedDate; global Individual Individual; global Id IndividualId; global List AcceptedEventRelations; global List ActivityHistories; global List AttachedContentDocuments; global List Attachments; global List CampaignMembers; global List RecordAssociatedGroups; global List CombinedAttachments; global List ContactRequests; global List ContentDocumentLinks; global List DeclinedEventRelations; global List DuplicateRecordItems; global List EmailMessageRelations; global List EmailStatuses; global List FeedSubscriptionsForEntity; global List Events; global List EventRelations; global List LeadCleanInfos; global List Feeds; global List Histories; global List Shares; global List ListEmailIndividualRecipients; global List Notes; global List NotesAndAttachments; global List OpenActivities; global List OutgoingEmailRelations; global List ProcessInstances; global List ProcessSteps; global List RecordActions; global List RecordActionHistories; global List Tasks; global List TopicAssignments; global List UndecidedEventRelations; global List PersonRecord; global List LeadOrContact; global List Lead; global List RelatedRecord; global List FirstPublishLocation; global List Who; global List Relation; global List Parent; global List RelatedRecord; global List Who; global Lead () { } }