View Source GoogleApi.DoubleClickBidManager.V2.Model.Report (google_api_double_click_bid_manager v0.25.1)
A single report generated by its parent report.
Attributes
-
key
(type:GoogleApi.DoubleClickBidManager.V2.Model.ReportKey.t
, default:nil
) - The key information identifying the report. -
metadata
(type:GoogleApi.DoubleClickBidManager.V2.Model.ReportMetadata.t
, default:nil
) - The metadata of the report. -
params
(type:GoogleApi.DoubleClickBidManager.V2.Model.Parameters.t
, default:nil
) - The parameters of the report.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.Report{ key: GoogleApi.DoubleClickBidManager.V2.Model.ReportKey.t() | nil, metadata: GoogleApi.DoubleClickBidManager.V2.Model.ReportMetadata.t() | nil, params: GoogleApi.DoubleClickBidManager.V2.Model.Parameters.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.