Show / Hide Table of Contents

Class CustomersResource.TelemetryResource

The "telemetry" collection of methods.

Inheritance
object
CustomersResource.TelemetryResource
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.TelemetryResource

Constructors

TelemetryResource(IClientService)

Constructs a new resource.

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

Properties

Devices

Gets the Devices resource.

Declaration
public virtual CustomersResource.TelemetryResource.DevicesResource Devices { get; }
Property Value
Type Description
CustomersResource.TelemetryResource.DevicesResource

Events

Gets the Events resource.

Declaration
public virtual CustomersResource.TelemetryResource.EventsResource Events { get; }
Property Value
Type Description
CustomersResource.TelemetryResource.EventsResource

NotificationConfigs

Gets the NotificationConfigs resource.

Declaration
public virtual CustomersResource.TelemetryResource.NotificationConfigsResource NotificationConfigs { get; }
Property Value
Type Description
CustomersResource.TelemetryResource.NotificationConfigsResource

Users

Gets the Users resource.

Declaration
public virtual CustomersResource.TelemetryResource.UsersResource Users { get; }
Property Value
Type Description
CustomersResource.TelemetryResource.UsersResource
In this article
Back to top Generated by DocFX