Show / Hide Table of Contents

Class CustomersResource

The "customers" collection of methods.

Inheritance
System.Object
CustomersResource
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.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource

Constructors

CustomersResource(IClientService)

Constructs a new resource.

Declaration
public CustomersResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

Apps

Gets the Apps resource.

Declaration
public virtual CustomersResource.AppsResource Apps { get; }
Property Value
Type Description
CustomersResource.AppsResource

Reports

Gets the Reports resource.

Declaration
public virtual CustomersResource.ReportsResource Reports { get; }
Property Value
Type Description
CustomersResource.ReportsResource

Telemetry

Gets the Telemetry resource.

Declaration
public virtual CustomersResource.TelemetryResource Telemetry { get; }
Property Value
Type Description
CustomersResource.TelemetryResource
In This Article
Back to top