TerminateSubscriptionRequestBodyStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
All string
SubscriptionRef array of SubscriptionQualifierStructure

Example

{
  "All" : "...",
  "SubscriptionRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ]
}