Show / Hide Table of Contents

Class InventoryItemsResource.ListRequest

Retrieves a list of inventory items, possibly filtered. This method supports paging.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<InventoryItemsListResponse>
DfareportingBaseServiceRequest<InventoryItemsListResponse>
InventoryItemsResource.ListRequest
Implements
IClientServiceRequest<InventoryItemsListResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<InventoryItemsListResponse>.Xgafv
DfareportingBaseServiceRequest<InventoryItemsListResponse>.AccessToken
DfareportingBaseServiceRequest<InventoryItemsListResponse>.Alt
DfareportingBaseServiceRequest<InventoryItemsListResponse>.Callback
DfareportingBaseServiceRequest<InventoryItemsListResponse>.Fields
DfareportingBaseServiceRequest<InventoryItemsListResponse>.Key
DfareportingBaseServiceRequest<InventoryItemsListResponse>.OauthToken
DfareportingBaseServiceRequest<InventoryItemsListResponse>.PrettyPrint
DfareportingBaseServiceRequest<InventoryItemsListResponse>.QuotaUser
DfareportingBaseServiceRequest<InventoryItemsListResponse>.UploadType
DfareportingBaseServiceRequest<InventoryItemsListResponse>.UploadProtocol
ClientServiceRequest<InventoryItemsListResponse>.Execute()
ClientServiceRequest<InventoryItemsListResponse>.ExecuteAsStream()
ClientServiceRequest<InventoryItemsListResponse>.ExecuteAsync()
ClientServiceRequest<InventoryItemsListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<InventoryItemsListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<InventoryItemsListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<InventoryItemsListResponse>.CreateRequest(bool?)
ClientServiceRequest<InventoryItemsListResponse>.GenerateRequestUri()
ClientServiceRequest<InventoryItemsListResponse>.GetBody()
ClientServiceRequest<InventoryItemsListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<InventoryItemsListResponse>.ETagAction
ClientServiceRequest<InventoryItemsListResponse>.ModifyRequest
ClientServiceRequest<InventoryItemsListResponse>.ValidateParameters
ClientServiceRequest<InventoryItemsListResponse>.RequestParameters
ClientServiceRequest<InventoryItemsListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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 InventoryItemsResource.ListRequest : DfareportingBaseServiceRequest<InventoryItemsListResponse>, IClientServiceRequest<InventoryItemsListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, long, long)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long profileId, long projectId)
Parameters
Type Name Description
IClientService service
long profileId
long projectId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.InventoryItemsListResponse>.HttpMethod

Ids

Select only inventory items with these IDs.

Declaration
[RequestParameter("ids", RequestParameterType.Query)]
public virtual Repeatable<string> Ids { get; set; }
Property Value
Type Description
Repeatable<string>

InPlan

Select only inventory items that are in plan.

Declaration
[RequestParameter("inPlan", RequestParameterType.Query)]
public virtual bool? InPlan { get; set; }
Property Value
Type Description
bool?

MaxResults

Maximum number of results to return.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual int? MaxResults { get; set; }
Property Value
Type Description
int?

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.InventoryItemsListResponse>.MethodName

OrderId

Select only inventory items that belong to specified orders.

Declaration
[RequestParameter("orderId", RequestParameterType.Query)]
public virtual Repeatable<string> OrderId { get; set; }
Property Value
Type Description
Repeatable<string>

PageToken

Value of the nextPageToken from the previous result page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

ProfileId

User profile ID associated with this request.

Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual long ProfileId { get; }
Property Value
Type Description
long

ProjectId

Project ID for order documents.

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual long ProjectId { get; }
Property Value
Type Description
long

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.InventoryItemsListResponse>.RestPath

SiteId

Select only inventory items that are associated with these sites.

Declaration
[RequestParameter("siteId", RequestParameterType.Query)]
public virtual Repeatable<string> SiteId { get; set; }
Property Value
Type Description
Repeatable<string>

SortField

Field by which to sort the list.

Declaration
[RequestParameter("sortField", RequestParameterType.Query)]
public virtual InventoryItemsResource.ListRequest.SortFieldEnum? SortField { get; set; }
Property Value
Type Description
InventoryItemsResource.ListRequest.SortFieldEnum?

SortOrder

Order of sorted results.

Declaration
[RequestParameter("sortOrder", RequestParameterType.Query)]
public virtual InventoryItemsResource.ListRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type Description
InventoryItemsResource.ListRequest.SortOrderEnum?

Type

Select only inventory items with this type.

Declaration
[RequestParameter("type", RequestParameterType.Query)]
public virtual InventoryItemsResource.ListRequest.TypeEnum? Type { get; set; }
Property Value
Type Description
InventoryItemsResource.ListRequest.TypeEnum?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_5.DfareportingBaseServiceRequest<Google.Apis.Dfareporting.v3_5.Data.InventoryItemsListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX