Show / Hide Table of Contents

Class CustomersResource.TelemetryResource.UsersResource

The "users" collection of methods.

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

Constructors

UsersResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get telemetry user.

Declaration
public virtual CustomersResource.TelemetryResource.UsersResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the TelemetryUser to return.

Returns
Type Description
CustomersResource.TelemetryResource.UsersResource.GetRequest

List(string)

List all telemetry users.

Declaration
public virtual CustomersResource.TelemetryResource.UsersResource.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.UsersResource.ListRequest
In this article
Back to top Generated by DocFX