Show / Hide Table of Contents

Class OrdersResource

The "orders" collection of methods.

Inheritance
object
OrdersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.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
In This Article
Back to top Generated by DocFX