google_api_double_click_bid_manager v0.20.1 GoogleApi.DoubleClickBidManager.V11.Model.ReportMetadata View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.