A segment of a field path. Each dot in a field path defines a new segment.
More...
|
string | field [get, set] |
| The name of a field in lower camelcase. (e.g. "biddingStrategy") More...
|
|
int | index [get, set] |
| For list fields, this is a 0-indexed position in the list. Null for non-list fields. More...
|
|
bool | indexSpecified [get, set] |
|
A segment of a field path. Each dot in a field path defines a new segment.
string Google.Api.Ads.AdManager.v202311.FieldPathElement.field |
|
getset |
The name of a field in lower camelcase. (e.g. "biddingStrategy")
int Google.Api.Ads.AdManager.v202311.FieldPathElement.index |
|
getset |
For list fields, this is a 0-indexed position in the list. Null for non-list fields.
bool Google.Api.Ads.AdManager.v202311.FieldPathElement.indexSpecified |
|
getset |
true
, if a value is specified for index, false
otherwise.
The documentation for this class was generated from the following file: