MigrationEntityBase
MigrationEntityBase
AllOf
This class requires all of the following:
JSON Example
{
"entity_name": "string",
"description": "string",
"entity_id": "string",
"created_timestamp": 0,
"updated_timestamp": 0,
"created_by": "string",
"updated_by": "string",
"virtual_member_count": 0,
"version": 0
}
string
entity_id
Optional
The unique identifier of the entity
integer As int64
As int64
created_timestamp
Optional
Timestamp when the entity was created in epoch milliseconds
integer As int64
As int64
updated_timestamp
Optional
Timestamp when the entity was last updated in epoch milliseconds
string
created_by
Optional
Username of the user who created the entity
string
updated_by
Optional
Username of the user who last updated the entity
integer As int32
As int32
virtual_member_count
Optional
Count of Virtual members in the entity
integer As int64
As int64
version
Optional
A number indicating version of entity. Value should be included in update request