PublishingConsent Data Type

Properties
name data type description
selected PublishingConsentLevel
available array of PublishingConsentLevel

Example

{
  "selected" : "DO_NOT_PUBLISH",
  "available" : [ "DO_NOT_PUBLISH", "PUBLIC" ]
}