type String_ValueMapEntry (v202411)

  • String_ValueMapEntry represents an entry in a map with a string key and a Value type.

  • The String_ValueMapEntry includes fields for both a string key and a value that can be one of several types.

  • The value field can be an ObjectValue, BooleanValue, DateTimeValue, DateValue, NumberValue, SetValue, or TextValue.

  • The String_ValueMapEntry is part of the ContentService and has a dependency on the Statement type.

This represents an entry in a map with a key of type String and value of type Value.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

key

xsd:string

value

  1. Value
    1. ObjectValue
    2. BooleanValue
    3. DateTimeValue
    4. DateValue
    5. NumberValue
    6. SetValue
    7. TextValue