The field on which to sort the Leads
using ApideckUnifySdk.Models.Components;
var value = LeadsSortBy.CreatedAt;
// Open enum: use .Of() to create instances from custom string values
var custom = LeadsSortBy.Of("custom_value");| Name | Value |
|---|---|
CreatedAt |
created_at |
UpdatedAt |
updated_at |
Name |
name |
FirstName |
first_name |
LastName |
last_name |
Email |