enum ValueSourceType (v202502)

  • ValueSourceType identifies the source of a field's value within the InventoryService.

  • Values can be inherited from a parent object (PARENT), directly specified by the user (DIRECTLY_SPECIFIED), or unknown due to API version limitations (UNKNOWN).

Identifies the source of a field's value.


Namespace
https://www.google.com/apis/ads/publisher/v202502
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.