google_api_double_click_bid_manager v0.17.0 GoogleApi.DoubleClickBidManager.V11.Model.ReportStatus View Source
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.
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.ReportStatus{ failure: GoogleApi.DoubleClickBidManager.V11.Model.ReportFailure.t(), finishTimeMs: String.t(), format: String.t(), state: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.