type FieldPathElement (v202408)
A segment of a field path. Each dot in a field path defines a new segment.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
field
|
xsd:string
The name of a field in lower camelcase. (e.g. "biddingStrategy")
|
index
|
xsd:int
For list fields, this is a 0-indexed position in the list. Null for non-list fields.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["This page provides information on `FieldPathElement`, which is a segment of a field path, used to specify a field within an object."],["Each dot in a field path represents a new `FieldPathElement`, defining a deeper level within the object structure."],["`FieldPathElement` comprises two primary fields: `field`, denoting the field name in lower camelcase, and `index`, indicating the position in a list for list-type fields."],["`index` is null for fields that are not lists."],["The `FieldPathElement` namespace is `https://www.google.com/apis/ads/publisher/v202408`."]]],["This document outlines various services and their associated components within an ad management system. Core services include managing ad rules, adjustments, audience segments, content, creatives, forecasts, inventory, line items, orders, proposals, reports, and users. Additional services cover custom fields, targeting, live stream events, and native styles. Each service is represented by a specific class, and dependencies like `ApiError` and `FieldPathElement` are also defined. `FieldPathElement` defines a path with `field` name and `index` in a list.\n"]]