type SetValue (v202411)

  • The UserTeamAssociationService allows for managing associations between users and teams within Google Ad Manager.

  • It utilizes a SetValue object to contain a collection of values representing these associations.

  • SetValue can hold various data types like BooleanValue, DateTimeValue, DateValue, NumberValue, ObjectValue, and TextValue, ensuring flexibility in data representation.

  • All values within a SetValue must be of the same type and cannot be duplicated, ensuring data consistency and integrity.

  • The service operates within the namespace https://www.google.com/apis/ads/publisher/v202411, providing a standardized context for its operations.

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.