Table of Contents

Class UsersResource.InsertRequest

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

create user.

public class UsersResource.InsertRequest : DirectoryBaseServiceRequest<User>
Inheritance
UsersResource.InsertRequest
Inherited Members

Constructors

InsertRequest(IClientService, User)

Constructs a new Insert request.

public InsertRequest(IClientService service, User body)

Parameters

service IClientService
body User

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

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 Insert parameter list.

protected override void InitParameters()