// 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 Task { global Id Id; global SObject Who; global Id WhoId; global SObject What; global Id WhatId; global String Subject; global Date ActivityDate; global String Status; global String Priority; global Boolean IsHighPriority; global User Owner; global Id OwnerId; global String Description; global Boolean IsDeleted; global Account Account; global Id AccountId; global Boolean IsClosed; global Datetime CreatedDate; global User CreatedBy; global Id CreatedById; global Datetime LastModifiedDate; global User LastModifiedBy; global Id LastModifiedById; global Datetime SystemModstamp; global Boolean IsArchived; global Integer CallDurationInSeconds; global String CallType; global String CallDisposition; global String CallObject; global Datetime ReminderDateTime; global Boolean IsReminderSet; global Task RecurrenceActivity; global Id RecurrenceActivityId; global Boolean IsRecurrence; global Date RecurrenceStartDateOnly; global Date RecurrenceEndDateOnly; global String RecurrenceTimeZoneSidKey; global String RecurrenceType; global Integer RecurrenceInterval; global Integer RecurrenceDayOfWeekMask; global Integer RecurrenceDayOfMonth; global String RecurrenceInstance; global String RecurrenceMonthOfYear; global String RecurrenceRegeneratedType; global String TaskSubtype; global Datetime CompletedDateTime; global List AttachedContentDocuments; global List Attachments; global List CombinedAttachments; global List ContentDocumentLinks; global List FeedSubscriptionsForEntity; global List RecurringTasks; global List Feeds; global List TopicAssignments; global List FirstPublishLocation; global List Activity; global List Task; global List Parent; global List RelatedRecord; global List RecurrenceActivity; global Task () { } }