Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 846 Bytes

CreateCustomEntityTypeRequest.md

File metadata and controls

19 lines (9 loc) · 846 Bytes

CreateCustomEntityTypeRequest

Properties

Name Type Description Notes
entityTypeName String A name for the custom entity type. This will be prefixed with “~” and returned as “entityType”, which is the identifier for the custom entity type.
displayName String A display label for the custom entity type.
description String A description for the custom entity type.
fieldSchema List<CustomEntityFieldDefinition> The description of the fields on the custom entity type.

Back to Model listBack to API listBack to README