Class CustomerResource.DevicesResource.ChromeosResource.IssueCommandRequest
- Namespace
- Google.Apis.Admin.Directory.directory_v1
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Issues a command for the device to execute.
public class CustomerResource.DevicesResource.ChromeosResource.IssueCommandRequest : DirectoryBaseServiceRequest<DirectoryChromeosdevicesIssueCommandResponse>
- Inheritance
-
CustomerResource.DevicesResource.ChromeosResource.IssueCommandRequest
- Inherited Members
Constructors
IssueCommandRequest(IClientService, DirectoryChromeosdevicesIssueCommandRequest, string, string)
Constructs a new IssueCommand request.
public IssueCommandRequest(IClientService service, DirectoryChromeosdevicesIssueCommandRequest body, string customerId, string deviceId)
Parameters
service
IClientServicebody
DirectoryChromeosdevicesIssueCommandRequestcustomerId
stringdeviceId
string
Properties
CustomerId
Immutable. Immutable ID of the Google Workspace account.
public virtual string CustomerId { get; }
Property Value
DeviceId
Immutable. Immutable ID of Chrome OS Device.
public virtual string DeviceId { 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
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 IssueCommand parameter list.
protected override void InitParameters()