Table of Contents

Class CustomersResource.ChromeResource.PrintersResource.ListRequest

Namespace
Google.Apis.Admin.Directory.directory_v1
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

List printers configs.

public class CustomersResource.ChromeResource.PrintersResource.ListRequest : DirectoryBaseServiceRequest<ListPrintersResponse>
Inheritance
CustomersResource.ChromeResource.PrintersResource.ListRequest
Inherited Members

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

public ListRequest(IClientService service, string parent)

Parameters

service IClientService
parent string

Properties

Filter

Search query. Search syntax is shared between this api and Admin Console printers pages.

public virtual string Filter { get; set; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

OrgUnitId

Organization Unit that we want to list the printers for. When org_unit is not present in the request then all printers of the customer are returned (or filtered). When org_unit is present in the request then only printers available to this OU will be returned (owned or inherited). You may see if printer is owned or inherited for this OU by looking at Printer.org_unit_id.

public virtual string OrgUnitId { get; set; }

Property Value

string

PageSize

The maximum number of objects to return. The service may return fewer than this value.

public virtual int? PageSize { get; set; }

Property Value

int?

PageToken

A page token, received from a previous call.

public virtual string PageToken { get; set; }

Property Value

string

Parent

Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id}

public virtual string Parent { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

InitParameters()

Initializes List parameter list.

protected override void InitParameters()