LinePermissionStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
LineRef LineRef
DirectionRef array of DirectionRefStructure
Properties inherited from AbstractTopicPermissionStructure
Allow boolean

Example

{
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "Allow" : true
}