Show / Hide Table of Contents

Class ManagementResource.ClientIdResource

The "clientId" collection of methods.

Inheritance
System.Object
ManagementResource.ClientIdResource
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.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ClientIdResource

Constructors

ClientIdResource(IClientService)

Constructs a new resource.

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

Methods

HashClientId(HashClientIdRequest)

Hashes the given Client ID.

Declaration
public virtual ManagementResource.ClientIdResource.HashClientIdRequest HashClientId(HashClientIdRequest body)
Parameters
Type Name Description
HashClientIdRequest body

The body of the request.

Returns
Type Description
ManagementResource.ClientIdResource.HashClientIdRequest
In This Article
Back to top