OBJECT
ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttributesContainerAttributeAllowedValueContainer
Structure containing the allowed values for the attribute.
link GraphQL Schema definition
1 type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttributesContainerAttributeAllowedValueContainer { 2 3 # Abstract attribute value for customer extension. 4 : String 14 5 # Name-value pairs for defining additional attribute values such as images and or 6 # attachments. Can also be used for customer extension. 7 : [ComIbmCommerceRestMarketingHandlerESpotDataHandlerNVPAttributesContainer] 14 8 # Type definition for a FloatValue attribute. 9 : String 14 10 # Type definition for an IntegerValue attribute. 11 : String 14 12 # Type definition for an StringValue attribute. 13 : String 15 16 }