type SetValue (v202411)

  • The CreativeSetService allows for managing sets of values in Google Ad Manager.

  • It can contain various types of values like Boolean, DateTime, Date, Number, and Text, but all values within a set must be of the same type.

  • Sets may not contain duplicate values.

  • The SetValue object represents a set of values within the CreativeSetService.

  • The values field within SetValue contains the actual values of the set.

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.