Class: APIAttributeSectionV2
An interface representing an Entity object.
Interface
IEntity
Implements
Table of contents
Properties
Constructors
Properties
creator
• creator: string
The creator of the Entity.
Implementation of
id
• id: string
A globally unique identifier for the Entity.
Implementation of
key
• key: string
Implementation of
ontologyId
• ontologyId: string
Implementation of
type
• type: AttributeType
Implementation of
range
• Optional range: IAttributeRange
Implementation of
scope
• Optional scope: ILabelScope
Implementation of
values
• Optional values: string[]
Implementation of
hierarchy
• Optional hierarchy: IAttributeHierarchy
Implementation of
Constructors
constructor
• new APIAttributeSectionV2(attribute)
Parameters
| Name | Type |
|---|---|
attribute | APIAttributeSectionV2 |