Show / Hide Table of Contents

Class CustomerResource.DevicesResource.ChromeosResource

The "chromeos" collection of methods.

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

Constructors

ChromeosResource(IClientService)

Constructs a new resource.

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

Properties

Commands

Gets the Commands resource.

Declaration
public virtual CustomerResource.DevicesResource.ChromeosResource.CommandsResource Commands { get; }
Property Value
Type Description
CustomerResource.DevicesResource.ChromeosResource.CommandsResource

Methods

IssueCommand(DirectoryChromeosdevicesIssueCommandRequest, String, String)

Issues a command for the device to execute.

Declaration
public virtual CustomerResource.DevicesResource.ChromeosResource.IssueCommandRequest IssueCommand(DirectoryChromeosdevicesIssueCommandRequest body, string customerId, string deviceId)
Parameters
Type Name Description
DirectoryChromeosdevicesIssueCommandRequest body

The body of the request.

System.String customerId

Immutable. Immutable ID of the G Suite account.

System.String deviceId

Immutable. Immutable ID of Chrome OS Device.

Returns
Type Description
CustomerResource.DevicesResource.ChromeosResource.IssueCommandRequest
Back to top