Class PropertiesResource.SubmitUserDeletionRequest
Submits a request for user deletion for a property.
Inheritance
PropertiesResource.SubmitUserDeletionRequest
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.SubmitUserDeletionRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSubmitUserDeletionResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaSubmitUserDeletionResponse>, IClientServiceRequest
Constructors
SubmitUserDeletionRequest(IClientService, GoogleAnalyticsAdminV1alphaSubmitUserDeletionRequest, string)
Constructs a new SubmitUserDeletion request.
Declaration
public SubmitUserDeletionRequest(IClientService service, GoogleAnalyticsAdminV1alphaSubmitUserDeletionRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleAnalyticsAdminV1alphaSubmitUserDeletionRequest | body | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The name of the property to submit user deletion for.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes SubmitUserDeletion parameter list.
Declaration
protected override void InitParameters()