Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 530 Bytes

File metadata and controls

26 lines (18 loc) · 530 Bytes

LeadsSortBy

The field on which to sort the Leads

Example Usage

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");

Values

Name Value
CreatedAt created_at
UpdatedAt updated_at
Name name
FirstName first_name
LastName last_name
Email email