type SetValue (v202411)

  • The ContentService.SetValue object is used to represent a set of values in Google Ad Manager.

  • It inherits from the ContentService.Value object and may contain a variety of value types, including Boolean, DateTime, Date, Number, and Text values.

  • All values within a SetValue must be of the same type and cannot contain duplicates.

  • The ContentService.SetValue object is defined within the https://www.google.com/apis/ads/publisher/v202411 namespace.

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.