Class CustomersResource.ChromeResource.PrintersResource.ListPrinterModelsRequest
- Namespace
- Google.Apis.Admin.Directory.directory_v1
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Lists the supported printer models.
public class CustomersResource.ChromeResource.PrintersResource.ListPrinterModelsRequest : DirectoryBaseServiceRequest<ListPrinterModelsResponse>
- Inheritance
-
CustomersResource.ChromeResource.PrintersResource.ListPrinterModelsRequest
- Inherited Members
Constructors
ListPrinterModelsRequest(IClientService, string)
Constructs a new ListPrinterModels request.
public ListPrinterModelsRequest(IClientService service, string parent)
Parameters
service
IClientServiceparent
string
Properties
Filter
Filer to list only models by a given manufacturer in format: "manufacturer:Brother". Search syntax is shared between this api and Admin Console printers pages.
public virtual string Filter { get; set; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
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
Parent
Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id}
public virtual string Parent { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Methods
InitParameters()
Initializes ListPrinterModels parameter list.
protected override void InitParameters()