google_api_double_click_bid_manager v0.17.0 GoogleApi.DoubleClickBidManager.V1.Model.ListReportsResponse View Source

List reports response.

Attributes

  • kind (type: String.t, default: doubleclickbidmanager#listReportsResponse) - Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#listReportsResponse".
  • reports (type: list(GoogleApi.DoubleClickBidManager.V1.Model.Report.t), default: nil) - Retrieved reports.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DoubleClickBidManager.V1.Model.ListReportsResponse{
  kind: String.t(),
  reports: [GoogleApi.DoubleClickBidManager.V1.Model.Report.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.