Table of Contents

Class CustomersResource.ChromeResource.PrintersResource.BatchCreatePrintersRequest

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

Creates printers under given Organization Unit.

public class CustomersResource.ChromeResource.PrintersResource.BatchCreatePrintersRequest : DirectoryBaseServiceRequest<BatchCreatePrintersResponse>
Inheritance
CustomersResource.ChromeResource.PrintersResource.BatchCreatePrintersRequest
Inherited Members

Constructors

BatchCreatePrintersRequest(IClientService, BatchCreatePrintersRequest, string)

Constructs a new BatchCreatePrinters request.

public BatchCreatePrintersRequest(IClientService service, BatchCreatePrintersRequest body, string parent)

Parameters

service IClientService
body BatchCreatePrintersRequest
parent 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

Parent

Required. The name of the customer. Format: customers/{customer_id}

public virtual string Parent { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

GetBody()

Returns the body of the request.

protected override object GetBody()

Returns

object

InitParameters()

Initializes BatchCreatePrinters parameter list.

protected override void InitParameters()