View Source GoogleApi.DoubleClickBidManager.V11.Model.ListReportsResponse (google_api_double_click_bid_manager v0.23.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V11.Model.ListReportsResponse{ kind: String.t() | nil, nextPageToken: String.t() | nil, reports: [GoogleApi.DoubleClickBidManager.V11.Model.Report.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.