FeedItemAttributeValue

A feed item attribute value.

Fields

price_value

Money

Price value. Should be set if feed_attribute_id refers to a feed attribute of type PRICE.

integer_values[]

int64

Repeated int64 value. Should be set if feed_attribute_id refers to a feed attribute of type INT64_LIST.

boolean_values[]

bool

Repeated bool value. Should be set if feed_attribute_id refers to a feed attribute of type BOOLEAN_LIST.

string_values[]

string

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.

double_values[]

double

Repeated double value. Should be set if feed_attribute_id refers to a feed attribute of type DOUBLE_LIST.

feed_attribute_id

int64

Id of the feed attribute for which the value is associated with.

integer_value

int64

Int64 value. Should be set if feed_attribute_id refers to a feed attribute of type INT64.

boolean_value

bool

Bool value. Should be set if feed_attribute_id refers to a feed attribute of type BOOLEAN.

string_value

string

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

double

Double value. Should be set if feed_attribute_id refers to a feed attribute of type DOUBLE.