enum ValueSourceType (v202411)

  • InventoryService ValueSourceType identifies the source of a field's value, such as whether it's inherited from a parent object or directly specified by the user.

  • This enumeration includes PARENT, DIRECTLY_SPECIFIED, and UNKNOWN to represent different value sources.

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

Identifies the source of a field's value.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
PARENT The field's value is inherited from the parent object.
DIRECTLY_SPECIFIED The field's value is user specified and not inherited.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.