OBJECT

ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttributesContainer

Structure containing attributes.

link GraphQL Schema definition

1type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttributesContainer {
2
3# Allowed values for the attribute.
4allowedValue: [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttributesContainerAttributeAllowedValueContainer]
46
5# Attribute data type.
6attributeDataType: String
46
7# If the attribute is a reference to an attribute from the attribute dictionary.
8attributeIdentifier: String
46
9# Attribute type
10attributeType: String
46
11# Abstract attribute value for customer extension.
12attributeValue: String
46
13# If attribute can be used for comparison.
14comparable: String
46
15# Attribute description.
16description: String
46
17# Display sequence of a displayable attribute.
18displaySequence: String
46
19# If attribute is displayable in storefront.
20displayable: String
46
21# Extended data.
22extendedData: [ComIbmCommerceRestMarketingHandlerESpotDataHandlerNVPAttributesContainer]
46
23# Name-value pairs for defining additional attribute values such as images and or
24# attachments. Can also be used for customer extension.
25extendedValue: [ComIbmCommerceRestMarketingHandlerESpotDataHandlerNVPAttributesContainer]
46
26# Type definition for a FloatValue attribute.
27floatValue: String
46
28# Group path of the attribute, listing all ancestor groups of this attribute.
29groupPath: String
46
30# Type definition for an IntegerValue attribute.
31integerValue: String
46
32# Optional language for the attribute.
33language: String
46
34# Attribute name.
35name: String
46
36# Parent attribute group for this attribute.
37parentAttributeGroup: String
46
38# If attribute can be used for search.
39searchable: String
46
40# Type definition for an StringValue attribute.
41stringValue: String
46
42# Use for the attribute.
43usage: String
46
44# All values for the attribute
45values: [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttributesContainerAttributeAllowedValueContainer]
47
48}