Class CustomersResource.TelemetryResource.DevicesResource
The "devices" collection of methods.
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.TelemetryResource.DevicesResource
Constructors
DevicesResource(IClientService)
Constructs a new resource.
Declaration
public DevicesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Get telemetry device.
Declaration
public virtual CustomersResource.TelemetryResource.DevicesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the |
Returns
Type | Description |
---|---|
CustomersResource.TelemetryResource.DevicesResource.GetRequest |
List(string)
List all telemetry devices.
Declaration
public virtual CustomersResource.TelemetryResource.DevicesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
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 |