Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 958 Bytes

CreateEntityTypeRequest.md

File metadata and controls

14 lines (10 loc) · 958 Bytes

Yaksa.OrckestraCommerce.Client.Model.CreateEntityTypeRequest

Metadata are entities which represents additional definitions and attribute information.

Properties

Name Type Description Notes
Attributes List<AttributeDefinition> The list of attributes describing this entity type. [optional]
Description string The description for the entity definition. [optional]
DisplayName Dictionary<string, string> [optional]
IsSharedEntity bool Whether or not the instances of this entity is considered as a shared entity, meaning that an instance of the entity will be reused by multiple other entities (using relations). [optional]

[Back to Model list] [Back to API list] [Back to README]