Show / Hide Table of Contents

Class CustomersResource.ChromeResource

The "chrome" collection of methods.

Inheritance
object
CustomersResource.ChromeResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class CustomersResource.ChromeResource

Constructors

ChromeResource(IClientService)

Constructs a new resource.

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

Properties

PrintServers

Gets the PrintServers resource.

Declaration
public virtual CustomersResource.ChromeResource.PrintServersResource PrintServers { get; }
Property Value
Type Description
CustomersResource.ChromeResource.PrintServersResource

Printers

Gets the Printers resource.

Declaration
public virtual CustomersResource.ChromeResource.PrintersResource Printers { get; }
Property Value
Type Description
CustomersResource.ChromeResource.PrintersResource
In this article
Back to top Generated by DocFX