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