name | data type | description |
---|---|---|
displayText | string | |
entityStatus | Status | |
qualifiedName | string | |
relationshipAttributes | AtlasStruct | |
relationshipGuid | string | |
relationshipStatus | Status | |
relationshipType | string | |
Properties inherited from AtlasObjectId |
||
guid | string | |
typeName | string | |
uniqueAttributes | map of object |
Example
{ "displayText" : "...", "entityStatus" : "ACTIVE", "qualifiedName" : "...", "relationshipAttributes" : { "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." }, "relationshipGuid" : "...", "relationshipStatus" : "DELETED", "relationshipType" : "...", "guid" : "...", "typeName" : "...", "uniqueAttributes" : { "property1" : { }, "property2" : { } } }