Class QueryResource.RemoveActivityRequest
Provides functionality to remove logged activity for a user. Currently to be used only for Chat 1p clients Note: This API requires a standard end user account to execute. A service account can't perform Remove Activity requests directly; to use a service account to perform queries, set up Google Workspace domain-wide delegation of authority.
Inheritance
QueryResource.RemoveActivityRequest
Inherited Members
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class QueryResource.RemoveActivityRequest : CloudSearchBaseServiceRequest<RemoveActivityResponse>, IClientServiceRequest<RemoveActivityResponse>, IClientServiceRequest
Constructors
RemoveActivityRequest(IClientService, RemoveActivityRequest)
Constructs a new RemoveActivity request.
Declaration
public RemoveActivityRequest(IClientService service, RemoveActivityRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RemoveActivityRequest | body |
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
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 RemoveActivity parameter list.
Declaration
protected override void InitParameters()