Show / Hide Table of Contents

Class UnsampledReport.CloudStorageDownloadDetailsData

Download details for a file stored in Google Cloud Storage.

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

Properties

BucketId

Id of the bucket the file object is stored in.

Declaration
[JsonProperty("bucketId")]
public virtual string BucketId { get; set; }
Property Value
Type Description
System.String

ObjectId

Id of the file object containing the report data.

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