type SetValue (v202411)

  • SetValue objects contain a set of Values, which can be of various types like Boolean, DateTime, or Text.

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

  • The namespace for SetValue is https://www.google.com/apis/ads/publisher/v202411.

  • SetValue inherits from the Value object and can contain instances of ObjectValue, BooleanValue, DateTimeValue, DateValue, NumberValue, SetValue, and TextValue.

  • SetValue objects are used within the Google Ad Manager API, specifically within the LineItemService, to manage sets of values associated with line items.

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.