type SetValue (v202411)

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

  • SetValue objects cannot contain duplicate values and all values within a single SetValue must be of the same type.

  • The values field within a SetValue object contains an array of individual Value objects, representing the actual data being stored.

  • SetValue objects are part of the broader Value inheritance structure, allowing for flexible representation of data within the Ad Manager system.

  • This structure is used within the TeamService and other services to manage and organize data related to teams and other Ad Manager entities.

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.