Show / Hide Table of Contents

Class UnsampledReport.CloudStorageDownloadDetailsData

Download details for a file stored in Google Cloud Storage.

Inheritance
object
UnsampledReport.CloudStorageDownloadDetailsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class UnsampledReport.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
string

ObjectId

Id of the file object containing the report data.

Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX