A feed item attribute value.
Fields | |
---|---|
|
Price value. Should be set if feed_attribute_id refers to a feed attribute of type PRICE. |
|
Repeated int64 value. Should be set if feed_attribute_id refers to a feed attribute of type INT64_LIST. |
|
Repeated bool value. Should be set if feed_attribute_id refers to a feed attribute of type BOOLEAN_LIST. |
|
Repeated string value. Should be set if feed_attribute_id refers to a feed attribute of type STRING_LIST, URL_LIST or DATE_TIME_LIST. For STRING_LIST and URL_LIST the total size of the list in bytes may not exceed 3000. For DATE_TIME_LIST the number of elements may not exceed 200. For STRING_LIST the maximum length of each string element is 1500 characters. For URL_LIST the maximum length is 2076 characters. For DATE_TIME the format of the string must be the same as start and end time for the feed item. |
|
Repeated double value. Should be set if feed_attribute_id refers to a feed attribute of type DOUBLE_LIST. |
|
Id of the feed attribute for which the value is associated with. |
|
Int64 value. Should be set if feed_attribute_id refers to a feed attribute of type INT64. |
|
Bool value. Should be set if feed_attribute_id refers to a feed attribute of type BOOLEAN. |
|
String value. Should be set if feed_attribute_id refers to a feed attribute of type STRING, URL or DATE_TIME. For STRING the maximum length is 1500 characters. For URL the maximum length is 2076 characters. For DATE_TIME the string must be in the format "YYYYMMDD HHMMSS". |
|
Double value. Should be set if feed_attribute_id refers to a feed attribute of type DOUBLE. |