google_api_double_click_search v0.2.0 GoogleApi.DoubleClickSearch.V2.Model.Report View Source

A DoubleClick Search report. This object contains the report request, some report metadata such as currency code, and the generated report rows or report files.

Attributes

  • files ([ReportFiles]): Asynchronous report only. Contains a list of generated report files once the report has succesfully completed. Defaults to: null.
  • id (String.t): Asynchronous report only. Id of the report. Defaults to: null.
  • isReportReady (boolean()): Asynchronous report only. True if and only if the report has completed successfully and the report files are ready to be downloaded. Defaults to: null.
  • kind (String.t): Identifies this as a Report resource. Value: the fixed string doubleclicksearch#report. Defaults to: null.
  • request (ReportRequest): The request that created the report. Optional fields not specified in the original request are filled with default values. Defaults to: null.
  • rowCount (integer()): The number of report rows generated by the report, not including headers. Defaults to: null.
  • rows ([ReportRow]): Synchronous report only. Generated report rows. Defaults to: null.
  • statisticsCurrencyCode (String.t): The currency code of all monetary values produced in the report, including values that are set by users (e.g., keyword bid settings) and metrics (e.g., cost and revenue). The currency code of a report is determined by the statisticsCurrency field of the report request. Defaults to: null.
  • statisticsTimeZone (String.t): If all statistics of the report are sourced from the same time zone, this would be it. Otherwise the field is unset. 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.DoubleClickSearch.V2.Model.Report{
  files: [GoogleApi.DoubleClickSearch.V2.Model.ReportFiles.t()],
  id: any(),
  isReportReady: any(),
  kind: any(),
  request: GoogleApi.DoubleClickSearch.V2.Model.ReportRequest.t(),
  rowCount: any(),
  rows: [GoogleApi.DoubleClickSearch.V2.Model.ReportRow.t()],
  statisticsCurrencyCode: any(),
  statisticsTimeZone: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.