google_api_double_click_bid_manager v0.20.1 GoogleApi.DoubleClickBidManager.V11.Model.ListReportsResponse View Source

List reports response.

Attributes

  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#listReportsResponse".
  • nextPageToken (type: String.t, default: nil) - Next page's pagination token if one exists.
  • reports (type: list(GoogleApi.DoubleClickBidManager.V11.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.V11.Model.ListReportsResponse{
  kind: String.t(),
  nextPageToken: String.t(),
  reports: [GoogleApi.DoubleClickBidManager.V11.Model.Report.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.