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 organizational unit
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
IClientServicebody
ChromeOsMoveDevicesToOucustomerId
stringorgUnitPath
string
Properties
CustomerId
Immutable ID of the G Suite account
public virtual string CustomerId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
OrgUnitPath
Full path of the target organizational unit or its ID
public virtual string OrgUnitPath { 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 MoveDevicesToOu parameter list.
protected override void InitParameters()