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

Captures a page of Activity objects. More...

Properties

int totalResultSetSize [get, set]
 The size of the total result set to which this page belongs. More...
 
bool totalResultSetSizeSpecified [get, set]
 
int startIndex [get, set]
 The absolute index in the total result set on which this page begins. More...
 
bool startIndexSpecified [get, set]
 
Activity[] results [get, set]
 The collection of activities contained within this page. More...
 

Detailed Description

Captures a page of Activity objects.

Property Documentation

Activity [] Google.Api.Ads.AdManager.v202305.ActivityPage.results
getset

The collection of activities contained within this page.

int Google.Api.Ads.AdManager.v202305.ActivityPage.startIndex
getset

The absolute index in the total result set on which this page begins.

bool Google.Api.Ads.AdManager.v202305.ActivityPage.startIndexSpecified
getset

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

int Google.Api.Ads.AdManager.v202305.ActivityPage.totalResultSetSize
getset

The size of the total result set to which this page belongs.

bool Google.Api.Ads.AdManager.v202305.ActivityPage.totalResultSetSizeSpecified
getset

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


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