|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The definition of a custom entity. |
||
| Name |
string |
The name of the type definition. |
customer_api |
| EntityType |
string |
The entity type. |
custom_entity-customer_api |
| DisplayName |
string |
The display name. |
|
| Description |
string |
The description. |
|
| AttributeDefs |
array |
A list of entity attribute definition objects. |
|
| MetaEntityAttributeDef |
An entity attribute definition object. |
||
| Extend |
string |
The extension mode. Valid values: NONE and TABLE. NONE indicates a custom type. TABLE indicates that the type extends a table type. |
NONE |
| CreateTime |
integer |
The time when the definition was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
|
| ModifyTime |
integer |
The time when the definition was last updated. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
该文章对您有帮助吗?