Class CustomerResource.DevicesResource.ChromeosResource.BatchChangeStatusRequest
Changes the status of a batch of ChromeOS devices. For more information about changing a ChromeOS device state Repair, repurpose, or retire ChromeOS devices.
Inheritance
CustomerResource.DevicesResource.ChromeosResource.BatchChangeStatusRequest
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class CustomerResource.DevicesResource.ChromeosResource.BatchChangeStatusRequest : DirectoryBaseServiceRequest<BatchChangeChromeOsDeviceStatusResponse>, IClientServiceRequest<BatchChangeChromeOsDeviceStatusResponse>, IClientServiceRequest
Constructors
BatchChangeStatusRequest(IClientService, BatchChangeChromeOsDeviceStatusRequest, string)
Constructs a new BatchChangeStatus request.
Declaration
public BatchChangeStatusRequest(IClientService service, BatchChangeChromeOsDeviceStatusRequest body, string customerId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BatchChangeChromeOsDeviceStatusRequest | body | |
string | customerId |
Properties
CustomerId
Required. 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
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 BatchChangeStatus parameter list.
Declaration
protected override void InitParameters()