Show / Hide Table of Contents

Class UnsampledReport.DriveDownloadDetailsData

Download details for a file stored in Google Drive.

Inheritance
System.Object
UnsampledReport.DriveDownloadDetailsData
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 DriveDownloadDetailsData

Properties

DocumentId

Id of the document/file containing the report data.

Declaration
[JsonProperty("documentId")]
public virtual string DocumentId { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top