AI-generated Key Takeaways
-
InventoryService has a dependency on AdUnit.
-
ValueSourceType identifies where a field's value originates from.
-
ValueSourceType includes enumerations like PARENT, DIRECTLY_SPECIFIED, and UNKNOWN.
Service
InventoryService
Dependencies
AdUnit
▼
ValueSourceType
Identifies the source of a field's value.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |

