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
IClientServicebody
BatchCreatePrintersRequestparent
string
Properties
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
Parent
Required. The name of the customer. Format: customers/{customer_id}
public virtual string Parent { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Methods
GetBody()
Returns the body of the request.
protected override object GetBody()
Returns
InitParameters()
Initializes BatchCreatePrinters parameter list.
protected override void InitParameters()