Show / Hide Table of Contents

Class AnalyticsDataimportDeleteUploadDataRequest

Request template for the delete upload data request.

Inheritance
System.Object
AnalyticsDataimportDeleteUploadDataRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
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.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class AnalyticsDataimportDeleteUploadDataRequest : IDirectResponseSchema

Properties

CustomDataImportUids

A list of upload UIDs.

Declaration
[JsonProperty("customDataImportUids")]
public virtual IList<string> CustomDataImportUids { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top