Show / Hide Table of Contents

Class CustomerResource.DevicesResource.ChromeosResource.CommandsResource

The "commands" collection of methods.

Inheritance
System.Object
CustomerResource.DevicesResource.ChromeosResource.CommandsResource
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 CommandsResource

Constructors

CommandsResource(IClientService)

Constructs a new resource.

Declaration
public CommandsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(String, String, Int64)

Gets command data a specific command issued to the device.

Declaration
public virtual CustomerResource.DevicesResource.ChromeosResource.CommandsResource.GetRequest Get(string customerId, string deviceId, long commandId)
Parameters
Type Name Description
System.String customerId

Immutable. Immutable ID of the G Suite account.

System.String deviceId

Immutable. Immutable ID of Chrome OS Device.

System.Int64 commandId

Immutable. Immutable ID of Chrome OS Device Command.

Returns
Type Description
CustomerResource.DevicesResource.ChromeosResource.CommandsResource.GetRequest
Back to top