Class MattersResource.SavedQueriesResource.DeleteRequest
Deletes the specified saved query.
Inheritance
MattersResource.SavedQueriesResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.Vault.v1
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class MattersResource.SavedQueriesResource.DeleteRequest : VaultBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string matterId, string savedQueryId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | matterId | |
string | savedQueryId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MatterId
The ID of the matter to delete the saved query from.
Declaration
[RequestParameter("matterId", RequestParameterType.Path)]
public virtual string MatterId { get; }
Property Value
Type | Description |
---|---|
string |
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
SavedQueryId
ID of the saved query to delete.
Declaration
[RequestParameter("savedQueryId", RequestParameterType.Path)]
public virtual string SavedQueryId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()