Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.
name | data type | description |
---|---|---|
end1 | AtlasObjectId | |
end2 | AtlasObjectId | |
guid | string | |
label | string | |
propagateTags | PropagateTags | |
status | Status | |
Properties inherited from AtlasStruct |
||
attributes | map of object | |
typeName | string |
Example
{ "end1" : { "guid" : "...", "typeName" : "...", "uniqueAttributes" : { "property1" : { }, "property2" : { } } }, "end2" : { "guid" : "...", "typeName" : "...", "uniqueAttributes" : { "property1" : { }, "property2" : { } } }, "guid" : "...", "label" : "...", "propagateTags" : "BOTH", "status" : "DELETED", "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." }