Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.FieldPathElement Class Reference

A segment of a field path. Each dot in a field path defines a new segment. More...

Properties

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]
 

Detailed Description

A segment of a field path. Each dot in a field path defines a new segment.

Property Documentation

string Google.Api.Ads.AdManager.v202305.FieldPathElement.field
getset

The name of a field in lower camelcase. (e.g. "biddingStrategy")

int Google.Api.Ads.AdManager.v202305.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.v202305.FieldPathElement.indexSpecified
getset

true, if a value is specified for index, false otherwise.


The documentation for this class was generated from the following file: