Ads API .NET library
|
Captures a page of Order 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] |
Order[] | results [get, set] |
The collection of orders contained within this page. More... | |
Captures a page of Order objects.
|
getset |
The collection of orders contained within this page.
Referenced by Google.Api.Ads.AdManager.Examples.CSharp.v202402.ApproveOrder.Run(), Google.Api.Ads.AdManager.Examples.CSharp.v202402.GetOrdersStartingSoon.Run(), and Google.Api.Ads.AdManager.Examples.CSharp.v202402.GetAllOrders.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.