Class ManagementResource.UploadsResource.DeleteUploadDataRequest
Delete data associated with a previous upload.
Inheritance
ManagementResource.UploadsResource.DeleteUploadDataRequest
Inherited Members
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.UploadsResource.DeleteUploadDataRequest : AnalyticsBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
DeleteUploadDataRequest(IClientService, AnalyticsDataimportDeleteUploadDataRequest, string, string, string)
Constructs a new DeleteUploadData request.
Declaration
public DeleteUploadDataRequest(IClientService service, AnalyticsDataimportDeleteUploadDataRequest body, string accountId, string webPropertyId, string customDataSourceId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AnalyticsDataimportDeleteUploadDataRequest | body | |
string | accountId | |
string | webPropertyId | |
string | customDataSourceId |
Properties
AccountId
Account Id for the uploads to be deleted.
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
Type | Description |
---|---|
string |
CustomDataSourceId
Custom data source Id for the uploads to be deleted.
Declaration
[RequestParameter("customDataSourceId", RequestParameterType.Path)]
public virtual string CustomDataSourceId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.RestPath
WebPropertyId
Web property Id for the uploads to be deleted.
Declaration
[RequestParameter("webPropertyId", RequestParameterType.Path)]
public virtual string WebPropertyId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.GetBody()
InitParameters()
Initializes DeleteUploadData parameter list.
Declaration
protected override void InitParameters()