Class ManagementResource.FiltersResource.DeleteRequest
Delete a filter.
Inheritance
System.Object
ManagementResource.FiltersResource.DeleteRequest
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 DeleteRequest : AnalyticsBaseServiceRequest<Filter>, IClientServiceRequest<Filter>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, String, String)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string accountId, string filterId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | accountId | |
| System.String | filterId |
Properties
AccountId
Account ID to delete the filter for.
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
FilterId
ID of the filter to be deleted.
Declaration
[RequestParameter("filterId", RequestParameterType.Path)]
public virtual string FilterId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Filter>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Filter>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Filter>.RestPath
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Analytics.v3.AnalyticsBaseServiceRequest<Google.Apis.Analytics.v3.Data.Filter>.InitParameters()