google_api_double_click_bid_manager v0.1.0 GoogleApi.DoubleClickBidManager.V1.Model.Report View Source
Represents a report.
Attributes
- key (ReportKey): Key used to identify a report. Defaults to:
null
. - metadata (ReportMetadata): Report metadata. Defaults to:
null
. - params (Parameters): Report parameters. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.DoubleClickBidManager.V1.Model.Report{ key: GoogleApi.DoubleClickBidManager.V1.Model.ReportKey.t(), metadata: GoogleApi.DoubleClickBidManager.V1.Model.ReportMetadata.t(), params: GoogleApi.DoubleClickBidManager.V1.Model.Parameters.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.