| 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" : "ONE_TO_TWO",
"status" : "ACTIVE",
"attributes" : {
"property1" : { },
"property2" : { }
},
"typeName" : "..."
}