Table of Contents

Class CustomersResource.ChromeResource.PrintersResource.DeleteRequest

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

Deletes a Printer.

public class CustomersResource.ChromeResource.PrintersResource.DeleteRequest : DirectoryBaseServiceRequest<Empty>
Inheritance
CustomersResource.ChromeResource.PrintersResource.DeleteRequest
Inherited Members

Constructors

DeleteRequest(IClientService, string)

Constructs a new Delete request.

public DeleteRequest(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 be updated. 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 Delete parameter list.

protected override void InitParameters()