View Source GoogleApi.DoubleClickBidManager.V11.Model.ReportMetadata (google_api_double_click_bid_manager v0.25.1)

Report metadata.

Attributes

  • googleCloudStoragePath (type: String.t, default: nil) - The path to the location in Google Cloud Storage where the report is stored.
  • reportDataEndTimeMs (type: String.t, default: nil) - The ending time for the data that is shown in the report.
  • reportDataStartTimeMs (type: String.t, default: nil) - The starting time for the data that is shown in the report.
  • status (type: GoogleApi.DoubleClickBidManager.V11.Model.ReportStatus.t, default: nil) - Report status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickBidManager.V11.Model.ReportMetadata{
  googleCloudStoragePath: String.t() | nil,
  reportDataEndTimeMs: String.t() | nil,
  reportDataStartTimeMs: String.t() | nil,
  status: GoogleApi.DoubleClickBidManager.V11.Model.ReportStatus.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.