type SetValue (v202411)

  • The SetValue object in Google Ad Manager API represents a set of values, which can be of various types like boolean, date/time, number, or text.

  • It inherits from the Value object and can contain multiple values of the same type, without any duplicates.

  • SetValue is used within the broader context of the UserService, which manages user accounts and their associated data.

  • The values field within SetValue stores the actual set of values, represented as an array of Value objects.

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.