enum ValueSourceType (v202411)

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

  • Possible values for ValueSourceType are PARENT, DIRECTLY_SPECIFIED, and UNKNOWN.

  • PARENT indicates the value is inherited from the parent object.

  • DIRECTLY_SPECIFIED indicates the value is user-specified and not inherited.

  • UNKNOWN indicates the value is not exposed by the requested API version.

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.