Show / Hide Table of Contents

Class CustomersResource

The "customers" collection of methods.

Inheritance
object
CustomersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
IClientService service

Properties

Apps

Gets the Apps resource.

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

Profiles

Gets the Profiles resource.

Declaration
public virtual CustomersResource.ProfilesResource Profiles { get; }
Property Value
Type Description
CustomersResource.ProfilesResource

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 Generated by DocFX