google_api_double_click_bid_manager v0.20.1 GoogleApi.DoubleClickBidManager.V1.Model.ReportStatus View Source

Report status.

Attributes

  • failure (type: GoogleApi.DoubleClickBidManager.V1.Model.ReportFailure.t, default: nil) - If the report failed, this records the cause.
  • finishTimeMs (type: String.t, default: nil) - The time when this report either completed successfully or failed.
  • format (type: String.t, default: nil) - The file type of the report.
  • state (type: String.t, default: nil) - The state of the report.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DoubleClickBidManager.V1.Model.ReportStatus{
  failure: GoogleApi.DoubleClickBidManager.V1.Model.ReportFailure.t(),
  finishTimeMs: String.t(),
  format: String.t(),
  state: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.