Table of Contents

Class ChromeosdevicesResource.MoveDevicesToOuRequest

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

Move or insert multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.

public class ChromeosdevicesResource.MoveDevicesToOuRequest : DirectoryBaseServiceRequest<string>
Inheritance
ChromeosdevicesResource.MoveDevicesToOuRequest
Inherited Members

Constructors

MoveDevicesToOuRequest(IClientService, ChromeOsMoveDevicesToOu, string, string)

Constructs a new MoveDevicesToOu request.

public MoveDevicesToOuRequest(IClientService service, ChromeOsMoveDevicesToOu body, string customerId, string orgUnitPath)

Parameters

service IClientService
body ChromeOsMoveDevicesToOu
customerId string
orgUnitPath string

Properties

CustomerId

Immutable ID of the Google Workspace account

public virtual string CustomerId { get; }

Property Value

string

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

OrgUnitPath

Full path of the target organizational unit or its ID

public virtual string OrgUnitPath { 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 MoveDevicesToOu parameter list.

protected override void InitParameters()