GoogleApi.DoubleClickBidManager.V1.Model.Report (google_api_double_click_bid_manager v0.21.0) View Source
Represents a report.
Attributes
-
key
(type:GoogleApi.DoubleClickBidManager.V1.Model.ReportKey.t
, default:nil
) - Key used to identify a report. -
metadata
(type:GoogleApi.DoubleClickBidManager.V1.Model.ReportMetadata.t
, default:nil
) - Report metadata. -
params
(type:GoogleApi.DoubleClickBidManager.V1.Model.Parameters.t
, default:nil
) - Report parameters.
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.Report{ key: GoogleApi.DoubleClickBidManager.V1.Model.ReportKey.t() | nil, metadata: GoogleApi.DoubleClickBidManager.V1.Model.ReportMetadata.t() | nil, params: GoogleApi.DoubleClickBidManager.V1.Model.Parameters.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.