[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eInventoryService 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.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration includes \u003ccode\u003ePARENT\u003c/code\u003e, \u003ccode\u003eDIRECTLY_SPECIFIED\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e to represent different value sources.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for InventoryService ValueSourceType is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ValueSourceType` enumeration, used within the `InventoryService`, defines how a field's value is determined. `PARENT` indicates the value is inherited from a parent object. `DIRECTLY_SPECIFIED` means the value is explicitly set by the user. `UNKNOWN` signifies that the actual value is not available in the current API version. It is located in the specified namespace and related to `AdUnit` dependencies.\n"],null,["# enum ValueSourceType (v202408)\n\n**Service** \n**InventoryService** **Dependencies** \n[AdUnit](/ad-manager/api/reference/v202408/InventoryService.AdUnit) \n▼\n**ValueSourceType**\n\nIdentifies the source of a field's value.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|----------------------|-------------------------------------------------------------------------------------|\n| `PARENT` | The field's value is inherited from the parent object. |\n| `DIRECTLY_SPECIFIED` | The field's value is user specified and not inherited. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]