|
Ads API .NET library
|
Captures a page of UserTeamAssociation 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] |
| UserTeamAssociation[] | results [get, set] |
| The collection of user team associations contained within this page. More... | |
Captures a page of UserTeamAssociation objects.
|
getset |
The collection of user team associations contained within this page.
Referenced by Google.Api.Ads.AdManager.Examples.CSharp.v202508.DeleteUserTeamAssociation.Run(), Google.Api.Ads.AdManager.Examples.CSharp.v202508.GetAllUserTeamAssociations.Run(), and Google.Api.Ads.AdManager.Examples.CSharp.v202508.GetUserTeamAssociationsForUser.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.
Referenced by Google.Api.Ads.AdManager.Examples.CSharp.v202508.DeleteUserTeamAssociation.Run().
|
getset |
true, if a value is specified for totalResultSetSize, false otherwise.