Table of Contents

Class CustomersResource.ChromeResource.PrintersResource.GetRequest

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

Returns a Printer resource (printer's config).

public class CustomersResource.ChromeResource.PrintersResource.GetRequest : DirectoryBaseServiceRequest<Printer>
Inheritance
CustomersResource.ChromeResource.PrintersResource.GetRequest
Inherited Members

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

public GetRequest(IClientService service, string name)

Parameters

service IClientService
name string

Properties

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

Name

Required. The name of the printer to retrieve. Format: customers/{customer_id}/chrome/printers/{printer_id}

public virtual string Name { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

InitParameters()

Initializes Get parameter list.

protected override void InitParameters()