View Source GoogleApi.DoubleClickBidManager.V2.Model.ReportStatus (google_api_double_click_bid_manager v0.25.1)

The status of a report.

Attributes

  • finishTime (type: DateTime.t, default: nil) - Output only. The timestamp of when report generation finished successfully or in failure. This field will not be set unless state is DONE or FAILED.
  • format (type: String.t, default: nil) - The format of the generated report file.
  • state (type: String.t, default: nil) - Output only. The state of the report generation.

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

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

Unwrap a decoded JSON object into its complex fields.