Show / Hide Table of Contents

Class CustomersResource.TelemetryResource.DevicesResource

The "devices" collection of methods.

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

Constructors

DevicesResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

List all telemetry devices.

Declaration
public virtual CustomersResource.TelemetryResource.DevicesResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. Customer id or "my_customer" to use the customer associated to the account making the request.

Returns
Type Description
CustomersResource.TelemetryResource.DevicesResource.ListRequest
In This Article
Back to top