Class ManagementResource.ClientIdResource.HashClientIdRequest
Hashes the given Client ID.
Inheritance
ManagementResource.ClientIdResource.HashClientIdRequest
Inherited Members
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.ClientIdResource.HashClientIdRequest : AnalyticsBaseServiceRequest<HashClientIdResponse>, IClientServiceRequest<HashClientIdResponse>, IClientServiceRequest
Constructors
HashClientIdRequest(IClientService, HashClientIdRequest)
Constructs a new HashClientId request.
Declaration
public HashClientIdRequest(IClientService service, HashClientIdRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
HashClientIdRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.HashClientIdResponse>.GetBody()
InitParameters()
Initializes HashClientId parameter list.
Declaration
protected override void InitParameters()