View Source GoogleApi.DoubleClickBidManager.V2.Model.ReportStatus (google_api_double_click_bid_manager v0.23.0)
Report status.
Attributes
-
finishTime
(type:DateTime.t
, default:nil
) - Output only. 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
) - Output only. The state of the report.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.ReportStatus{ finishTime: DateTime.t() | nil, format: String.t() | nil, state: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.