Table of Contents

Class ListPrinterModelsResponse

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

Response for listing allowed printer models.

public class ListPrinterModelsResponse : IDirectResponseSchema
Inheritance
ListPrinterModelsResponse
Implements
IDirectResponseSchema
Inherited Members

Constructors

ListPrinterModelsResponse()

public ListPrinterModelsResponse()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

public virtual string NextPageToken { get; set; }

Property Value

string

PrinterModels

Printer models that are currently allowed to be configured for ChromeOs. Some printers may be added or removed over time.

public virtual IList<PrinterModel> PrinterModels { get; set; }

Property Value

IList<PrinterModel>