Show / Hide Table of Contents

Class CustomerResource.DevicesResource

The "devices" collection of methods.

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

Constructors

DevicesResource(IClientService)

Constructs a new resource.

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

Properties

Chromeos

Gets the Chromeos resource.

Declaration
public virtual CustomerResource.DevicesResource.ChromeosResource Chromeos { get; }
Property Value
Type Description
CustomerResource.DevicesResource.ChromeosResource
Back to top