google_api_double_click_search v0.4.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 (type: list(GoogleApi.DoubleClickSearch.V2.Model.ReportFiles.t), default: nil) - Asynchronous report only. Contains a list of generated report files once the report has succesfully completed.
  • id (type: String.t, default: nil) - Asynchronous report only. Id of the report.
  • isReportReady (type: boolean(), default: nil) - Asynchronous report only. True if and only if the report has completed successfully and the report files are ready to be downloaded.
  • kind (type: String.t, default: doubleclicksearch#report) - Identifies this as a Report resource. Value: the fixed string doubleclicksearch#report.
  • request (type: GoogleApi.DoubleClickSearch.V2.Model.ReportRequest.t, default: nil) - The request that created the report. Optional fields not specified in the original request are filled with default values.
  • rowCount (type: integer(), default: nil) - The number of report rows generated by the report, not including headers.
  • rows (type: list(GoogleApi.DoubleClickSearch.V2.Model.ReportRow.t), default: nil) - Synchronous report only. Generated report rows.
  • statisticsCurrencyCode (type: String.t, default: nil) - 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.
  • statisticsTimeZone (type: String.t, default: nil) - If all statistics of the report are sourced from the same time zone, this would be it. Otherwise the field is unset.

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: String.t(),
  isReportReady: boolean(),
  kind: String.t(),
  request: GoogleApi.DoubleClickSearch.V2.Model.ReportRequest.t(),
  rowCount: integer(),
  rows: [GoogleApi.DoubleClickSearch.V2.Model.ReportRow.t()],
  statisticsCurrencyCode: String.t(),
  statisticsTimeZone: String.t()
}

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.