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

Represents a page of AudienceSegment 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]
 
AudienceSegment[] results [get, set]
 The collection of audience segments contained within this page. More...
 

Detailed Description

Represents a page of AudienceSegment objects.

Property Documentation

AudienceSegment [] Google.Api.Ads.AdManager.v202305.AudienceSegmentPage.results
getset

The collection of audience segments contained within this page.

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

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

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

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

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

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

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

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


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