Ads API .NET library
|
Represents a page of AdGroupAds resulting from the query done by AdGroupAdService. More...
Classes | |
class | Fields |
List of all supported fields for the AdGroupAdPage class. More... | |
class | FilterableFields |
List of all supported filterable fields for the AdGroupAdPage class. More... | |
class | SelectableFields |
List of all supported selectable fields for the AdGroupAdPage class. More... | |
Properties | |
AdGroupAd[] | entries [get, set] |
The result entries in this page. More... | |
![]() | |
int | totalNumEntries [get, set] |
Total number of entries in the result that this page is a part of. More... | |
bool | totalNumEntriesSpecified [get, set] |
string | PageType [get, set] |
Indicates that this instance is a subtype of Page. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. More... | |
Represents a page of AdGroupAds resulting from the query done by AdGroupAdService.
|
getset |
The result entries in this page.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetAllDisapprovedAds.Run(), Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetExpandedTextAds.Run(), and Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetResponsiveSearchAds.Run().