type SetValue (v202411)

  • The DaiAuthenticationKeyService.SetValue object is used to manage a set of values related to DAI (Dynamic Ad Insertion) authentication keys.

  • It inherits from the Value object and can contain a variety of value types including boolean, date/time, number, and text.

  • SetValue objects may not contain duplicate values and all values within a set must be of the same type.

  • The values field within a SetValue object contains the actual values being stored.

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

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.