type String_ValueMapEntry (v202502)

  • String_ValueMapEntry represents an entry in a map with a String key and a Value of various possible types.

  • The entry has two main fields: a String key and a value that can be a simple Value or one of several specific types like ObjectValue, BooleanValue, DateTimeValue, DateValue, NumberValue, SetValue, or TextValue.

  • The String_ValueMapEntry is part of the LabelService within the specified API namespace.

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/v202502

Field

key

xsd:string

value

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