View Source GoogleApi.Analytics.V3.Model.UnsampledReportCloudStorageDownloadDetails (google_api_analytics v0.15.0)

Download details for a file stored in Google Cloud Storage.

Attributes

  • bucketId (type: String.t, default: nil) - Id of the bucket the file object is stored in.
  • objectId (type: String.t, default: nil) - Id of the file object containing the report data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.UnsampledReportCloudStorageDownloadDetails{
  bucketId: String.t() | nil,
  objectId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.