DeliveryVariantStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
VariantType string
Content NaturalLanguageStringStructure

Example

{
  "VariantType" : "...",
  "Content" : {
    "value" : "...",
    "lang" : "..."
  }
}