Ads API .NET library
|
Captures a page of User 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] |
User[] | results [get, set] |
The collection of users contained within this page. More... | |
Captures a page of User objects
|
getset |
The collection of users contained within this page.
Referenced by Google.Api.Ads.AdManager.Examples.CSharp.v202402.GetAllUsers.Run(), Google.Api.Ads.AdManager.Examples.CSharp.v202402.GetUserByEmailAddress.Run(), and Google.Api.Ads.AdManager.Examples.CSharp.v202402.DeactivateUser.Run().
|
getset |
The absolute index in the total result set on which this page begins.
|
getset |
true
, if a value is specified for startIndex, false
otherwise.
|
getset |
The size of the total result set to which this page belongs.
|
getset |
true
, if a value is specified for totalResultSetSize, false
otherwise.