// 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 Report { global Id Id; global SObject Owner; global Id OwnerId; global String FolderName; global Datetime CreatedDate; global User CreatedBy; global Id CreatedById; global Datetime LastModifiedDate; global User LastModifiedBy; global Id LastModifiedById; global Boolean IsDeleted; global String Name; global String Description; global String DeveloperName; global String NamespacePrefix; global Datetime LastRunDate; global Datetime SystemModstamp; global String Format; global Datetime LastViewedDate; global Datetime LastReferencedDate; global List AttachedContentDocuments; global List CombinedAttachments; global List ContentDocumentLinks; global List FeedSubscriptionsForEntity; global List Feeds; global List FirstPublishLocation; global List CustomReport; global List Parent; global List RelatedRecord; global List Report; global Report () { } }