AI-generated Key Takeaways
-
FieldPathElement represents a segment of a field path, defined by dots in the path.
-
It includes the field name and an optional index for list fields.
-
Field names are provided in lower camelcase.
-
The index for list fields is 0-indexed, while it is null for non-list fields.
A segment of a field path. Each dot in a field path defines a new segment.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
The name of a field in lower camelcase. (e.g. "biddingStrategy") |
|
For list fields, this is a 0-indexed position in the list. Null for non-list fields. |