EntityCreate
Description
A detailed data of Entity that was created compared to empty object (with no fields specified). (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
entityId | False | string | An identifier of entity which does not change with time. | |||
entityType | False | string | An Entity type type that has been modified. | |||
entityName | False | string | Optional. A name field value of modified Entity. | |||
referencesAdded | False | [object] | References that were added compared to empty object. It is relevant for both ConfigEntity and NestedEntity. It includes additions to the collections. |
|||
valuesAdded | False | [object] | Values that were set compared to empty object. | |||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |