| name | data type | description | 
|---|---|---|
| AllowAll | boolean | |
| LinePermission | array of LinePermissionStructure | 
Example
{
  "AllowAll" : true,
  "LinePermission" : [ {
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "Allow" : true
  }, {
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "Allow" : true
  } ]
}