| name | data type | description | 
|---|---|---|
| LineRef | LineRefStructure | |
| DirectionRef | array of DirectionRefStructure | |
Properties inherited from AbstractTopicPermissionStructure | 
        ||
| Allow | boolean | |
Example
{
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "Allow" : true
}