Class CustomersResource.ThirdPartyProfileUsersResource.MoveRequest
Moves a third party chrome profile user to a destination OU. All profiles associated to that user will be moved to the destination OU.
Inheritance
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse>
CustomersResource.ThirdPartyProfileUsersResource.MoveRequest
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.ThirdPartyProfileUsersResource.MoveRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse>, IClientServiceRequest<GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse>, IClientServiceRequest
Constructors
MoveRequest(IClientService, GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest, string)
Constructs a new Move request.
Declaration
public MoveRequest(IClientService service, GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest | body | |
| string | name |
Properties
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
Name
Required. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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 Move parameter list.
Declaration
protected override void InitParameters()