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

Report status.

Attributes

  • failure (ReportFailure): If the report failed, this records the cause. Defaults to: null.
  • finishTimeMs (String.t): The time when this report either completed successfully or failed. Defaults to: null.
  • format (String.t): The file type of the report. Defaults to: null.

    • Enum - one of [CSV, EXCEL_CSV, XLSX]
  • state (String.t): The state of the report. Defaults to: null.

    • Enum - one of [DONE, FAILED, RUNNING]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.