Represents a feed item's value for a particular feed attribute. A feed item's value is composed of a collection of these attribute values.
More...
|
long | feedAttributeId [get, set] |
| Feed attribute id More...
|
|
bool | feedAttributeIdSpecified [get, set] |
|
long | integerValue [get, set] |
| Integer value. Should be set if feedAttributeId refers to a feed attribute of type INT64. Leave empty to clear an existing INT64 attribute value. More...
|
|
bool | integerValueSpecified [get, set] |
|
double | doubleValue [get, set] |
| Double value. Should be set if feedAttributeId refers to a feed attribute of type FLOAT. Leave empty to clear an existing FLOAT attribute value. More...
|
|
bool | doubleValueSpecified [get, set] |
|
bool | booleanValue [get, set] |
| Boolean value. Should be set if feedAttributeId refers to a feed attribute of type BOOLEAN. Leave empty to clear an existing BOOLEAN attribute value. More...
|
|
bool | booleanValueSpecified [get, set] |
|
string | stringValue [get, set] |
| String value. Should be set if feedAttributeId refers to a feed attribute of type STRING, URL, or DATE_TIME. The format of DATE_TIME is 'YYYYMMDD hhmmss' (e.g., 20130101 163031 to represent Jan 1, 2013 4:30:31pm). All date times are interpreted in the account's time zone. A time zone id may be appended to the date time, but it must match the account's time zone. For example '20130101 163031 America/Los_Angeles' may be specified in the above example as long as the account's time zone is America/Los_Angeles. Leave empty to clear an existing STRING, URL, or DATE_TIME attribute value. More...
|
|
long[] | integerValues [get, set] |
| List of integer values. Should be set if feedAttributeId refers to a feed attribute of type INT64_LIST. Leave empty to clear an existing INT64_LIST attribute value. More...
|
|
double[] | doubleValues [get, set] |
| List of double values. Should be set if feedAttributeId refers to a feed attribute of type FLOAT_LIST. Leave empty to clear an existing FLOAT_LIST attribute value. More...
|
|
bool[] | booleanValues [get, set] |
| List of boolean values. Should be set if feedAttributeId refers to a feed attribute of type BOOLEAN_LIST. Leave empty to clear an existing BOOLEAN_LIST attribute value. More...
|
|
string[] | stringValues [get, set] |
| List of string values. Should be set if feedAttributeId refers to a feed attribute of type STRING_LIST, URL_LIST, or DATE_TIME_LIST. All strings in this list must be of the same type and format. For example, if the type is DATE_TIME_LIST, all strings in the list must be DATE_TIME formatted strings. See #stringValue for specific formatting requirements. More...
|
|
MoneyWithCurrency | moneyWithCurrencyValue [get, set] |
| MoneyWithCurrency value. Should be set if feedAttributeId refers to a feed attribute of type PRICE. Leave empty to clear an existing PRICE attribute value. More...
|
|
Represents a feed item's value for a particular feed attribute. A feed item's value is composed of a collection of these attribute values.
bool Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.booleanValue |
|
getset |
Boolean value. Should be set if feedAttributeId refers to a feed attribute of type BOOLEAN. Leave empty to clear an existing BOOLEAN attribute value.
bool [] Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.booleanValues |
|
getset |
List of boolean values. Should be set if feedAttributeId refers to a feed attribute of type BOOLEAN_LIST. Leave empty to clear an existing BOOLEAN_LIST attribute value.
bool Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.booleanValueSpecified |
|
getset |
true
, if a value is specified for booleanValue, false
otherwise.
double Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.doubleValue |
|
getset |
Double value. Should be set if feedAttributeId refers to a feed attribute of type FLOAT. Leave empty to clear an existing FLOAT attribute value.
double [] Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.doubleValues |
|
getset |
List of double values. Should be set if feedAttributeId refers to a feed attribute of type FLOAT_LIST. Leave empty to clear an existing FLOAT_LIST attribute value.
bool Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.doubleValueSpecified |
|
getset |
true
, if a value is specified for doubleValue, false
otherwise.
long Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.feedAttributeId |
|
getset |
bool Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.feedAttributeIdSpecified |
|
getset |
long Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.integerValue |
|
getset |
Integer value. Should be set if feedAttributeId refers to a feed attribute of type INT64. Leave empty to clear an existing INT64 attribute value.
long [] Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.integerValues |
|
getset |
List of integer values. Should be set if feedAttributeId refers to a feed attribute of type INT64_LIST. Leave empty to clear an existing INT64_LIST attribute value.
bool Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.integerValueSpecified |
|
getset |
true
, if a value is specified for integerValue, false
otherwise.
MoneyWithCurrency Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.moneyWithCurrencyValue |
|
getset |
MoneyWithCurrency value. Should be set if feedAttributeId refers to a feed attribute of type PRICE. Leave empty to clear an existing PRICE attribute value.
string Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.stringValue |
|
getset |
String value. Should be set if feedAttributeId refers to a feed attribute of type STRING, URL, or DATE_TIME. The format of DATE_TIME is 'YYYYMMDD hhmmss' (e.g., 20130101 163031 to represent Jan 1, 2013 4:30:31pm). All date times are interpreted in the account's time zone. A time zone id may be appended to the date time, but it must match the account's time zone. For example '20130101 163031 America/Los_Angeles' may be specified in the above example as long as the account's time zone is America/Los_Angeles. Leave empty to clear an existing STRING, URL, or DATE_TIME attribute value.
string [] Google.Api.Ads.AdWords.v201809.FeedItemAttributeValue.stringValues |
|
getset |
List of string values. Should be set if feedAttributeId refers to a feed attribute of type STRING_LIST, URL_LIST, or DATE_TIME_LIST. All strings in this list must be of the same type and format. For example, if the type is DATE_TIME_LIST, all strings in the list must be DATE_TIME formatted strings. See #stringValue for specific formatting requirements.
The documentation for this class was generated from the following file: