View Source GoogleApi.DoubleClickBidManager.V11.Model.ReportStatus (google_api_double_click_bid_manager v0.24.0)

Report status.

Attributes

  • failure (type: GoogleApi.DoubleClickBidManager.V11.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickBidManager.V11.Model.ReportStatus{
  failure: GoogleApi.DoubleClickBidManager.V11.Model.ReportFailure.t() | nil,
  finishTimeMs: String.t() | nil,
  format: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.