Class ChromeosdevicesResource.MoveDevicesToOuRequest
Moves or inserts multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.
Inheritance
ChromeosdevicesResource.MoveDevicesToOuRequest
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeosdevicesResource.MoveDevicesToOuRequest : DirectoryBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
MoveDevicesToOuRequest(IClientService, ChromeOsMoveDevicesToOu, string, string)
Constructs a new MoveDevicesToOu request.
Declaration
public MoveDevicesToOuRequest(IClientService service, ChromeOsMoveDevicesToOu body, string customerId, string orgUnitPath)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ChromeOsMoveDevicesToOu | body | |
string | customerId | |
string | orgUnitPath |
Properties
CustomerId
Immutable. ID of the Google Workspace account
Declaration
[RequestParameter("customerId", RequestParameterType.Path)]
public virtual string CustomerId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
OrgUnitPath
Full path of the target organizational unit or its ID
Declaration
[RequestParameter("orgUnitPath", RequestParameterType.Query)]
public virtual string OrgUnitPath { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes MoveDevicesToOu parameter list.
Declaration
protected override void InitParameters()