Class UnsampledReport.CloudStorageDownloadDetailsData
Download details for a file stored in Google Cloud Storage.
Inherited Members
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 |