{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "NameSettings - Metadata API", "description": "Enables or disables the formal name, middle name, and suffix attributes for these person objects: Contact, Lead, Person Account, and User. This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".settings", "directory_location": "settings", "fields_columns": [ "type", "description" ], "fields": { "enableInformalName": { "type": "boolean", "description": "Reserved for internal use. Available in API version 48.0 and later." }, "enableMiddleName": { "type": "boolean", "description": "Indicates whether middle names are enabled (true) or disabled (false) for person objects." }, "enableNameSuffix": { "type": "boolean", "description": "Indicates whether suffixes are enabled (true) or disabled (false) for person objects." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "This example shows a NameSettings component.", "code": "\n\n true\n false\n" } ] }