Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.29 KB

CustomEntityType.md

File metadata and controls

24 lines (14 loc) · 1.29 KB

CustomEntityType

Representation of a Custom Entity Type on the LUSID API

Properties

Name Type Description Notes
href URI The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. [optional]
entityTypeName String The name provided when the custom entity type was created. This has been 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. [optional]
entityType String The identifier for the custom entity type, derived from the “entityTypeName” provided on creation.
fieldSchema List<CustomEntityFieldDefinition> The description of the fields on the custom entity type.
version Version
links List<Link> [optional]

Back to Model listBack to API listBack to README