type SetValue (v202508)

  • The webpage lists numerous Ad Manager API services for various functions, including Ad Rules, Adjustments, Audience Segments, and more.

  • It details the Inheritance structure of the Value object, showing different data types that inherit from it.

  • The SetValue object is described as a collection of unique Value objects of the same type.

  • The values field within SetValue accepts an array of various Value types, all of which must be consistent in type and unique.

Contains a set of Values. May not contain duplicates.


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

Field

Value (inherited)
SetValue

values

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

The values. They must all be the same type of Value and not contain duplicates.