Engagements Class
Stores the a list of DataRetrieval.Engagement
records.
Namespace
Engagements Constructors
Use the Engagements constructor to initialize the
Engagements class that stores the list of engagement
records.
The Engagements class includes these constructors.
Engagements(records)
Creates an instance of the DataRetrieval.Engagements
class by using specified parameters to store the engagement records.
Signature
public Engagements(List<DataRetrieval.Engagement> records)
DataRetrieval.Engagements, newinstance, [List<DataRetrieval.Engagement>], DataRetrieval.Engagements
Parameters
- records
- Type: List<DataRetrieval.Engagement>
- The DataRetrieval.Engagement records, including the objectApiNames and recordIds parameters.