Class ChromeosdevicesResource.MoveDevicesToOuRequest
Move or insert multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.
Inheritance
System.Object
ClientServiceRequest<System.String>
DirectoryBaseServiceRequest<System.String>
ChromeosdevicesResource.MoveDevicesToOuRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class 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 | |
| System.String | customerId | |
| System.String | orgUnitPath |
Properties
CustomerId
Immutable ID of the G Suite account
Declaration
[RequestParameter("customerId", RequestParameterType.Path)]
public virtual string CustomerId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<System.String>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<System.String>.MethodName
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 |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<System.String>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<System.String>.GetBody()
InitParameters()
Initializes MoveDevicesToOu parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Admin.Directory.directory_v1.DirectoryBaseServiceRequest<System.String>.InitParameters()