function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Krishna VKrishna V 

is ApexClass a first class metadata type in salesforce?

I want to understand what Metadata types are considered FirstClass and what metadata types are considered SecondClass in salesforce. Is there a list published somewhere that I can refer to or can someone tell me if ApexClass is a first-class metadata type? 
VinayVinay (Salesforce Developers) 
Hi Krishna,

There are only metadata types available in salesforce, and there is no first or second class types.

Check below references for details on metadata types.
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_types_list.htm
https://trailhead.salesforce.com/en/content/learn/modules/custom_metadata_types_dec/cmt_overview
https://medium.com/@sfdc247/where-to-find-list-of-all-salesforce-metadata-components-8aed975b7a3a

Please mark as Best Answer if above information was helpful.

Thanks,