Class OrdersResource
The "orders" collection of methods.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class OrdersResource
Constructors
OrdersResource(IClientService)
Constructs a new resource.
Declaration
public OrdersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(long, long, long)
Gets one order by ID.
Declaration
public virtual OrdersResource.GetRequest Get(long profileId, long projectId, long id)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | projectId | Project ID for orders. |
long | id | Order ID. |
Returns
Type | Description |
---|---|
OrdersResource.GetRequest |
List(long, long)
Retrieves a list of orders, possibly filtered. This method supports paging.
Declaration
public virtual OrdersResource.ListRequest List(long profileId, long projectId)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | projectId | Project ID for orders. |
Returns
Type | Description |
---|---|
OrdersResource.ListRequest |