Class ListPrinterModelsResponse
- 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
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
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; }