AI-generated Key Takeaways
-
The webpage lists numerous Google Ad Manager API services, including AdRuleService, AdjustmentService, and AudienceSegmentService, among many others.
-
It details the
SetValueobject, which contains a collection ofValueobjects. -
The
SetValueobject can hold different types ofValueobjects, such as BooleanValue, DateTimeValue, DateValue, NumberValue, ObjectValue, and TextValue. -
The
valuesfield withinSetValueis an array ofValueobjects that must be of the same type and contain no duplicates.
Contains a set of Values . May not contain duplicates.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Field
Value
(inherited)SetValue
values
The values. They must all be the same type of Value
and not contain duplicates.

