View Source GoogleApi.DoubleClickBidManager.V11.Model.Report (google_api_double_click_bid_manager v0.25.0)
Represents a report.
Attributes
-
key
(type:GoogleApi.DoubleClickBidManager.V11.Model.ReportKey.t
, default:nil
) - Key used to identify a report. -
metadata
(type:GoogleApi.DoubleClickBidManager.V11.Model.ReportMetadata.t
, default:nil
) - Report metadata. -
params
(type:GoogleApi.DoubleClickBidManager.V11.Model.Parameters.t
, default:nil
) - Report parameters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V11.Model.Report{ key: GoogleApi.DoubleClickBidManager.V11.Model.ReportKey.t() | nil, metadata: GoogleApi.DoubleClickBidManager.V11.Model.ReportMetadata.t() | nil, params: GoogleApi.DoubleClickBidManager.V11.Model.Parameters.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.