global class RelatedListItem { global List customButtons; global List excludeButtons; global List fields; global String relatedList; global String sortField; global Metadata.SortOrder sortOrder; global RelatedListItem() { } global Object clone() { } }