type SetValue (v202411)

  • SetValue is a type of Value that contains a set of other Value objects.

  • The set of values within a SetValue cannot contain duplicates and must all be of the same Value type.

  • The values field of a SetValue is an array that can hold various Value subtypes like ObjectValue, BooleanValue, DateTimeValue, DateValue, NumberValue, SetValue, and TextValue.

Contains a set of Values. May not contain duplicates.


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

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.