google_api_double_click_bid_manager v0.1.0 GoogleApi.DoubleClickBidManager.V1.Model.QueryMetadata View Source

Query metadata.

Attributes

  • dataRange (String.t): Range of report data. Defaults to: null.

    • Enum - one of [ALL_TIME, CURRENT_DAY, CUSTOM_DATES, LAST_14_DAYS, LAST_30_DAYS, LAST_365_DAYS, LAST_7_DAYS, LAST_90_DAYS, MONTH_TO_DATE, PREVIOUS_DAY, PREVIOUS_HALF_MONTH, PREVIOUS_MONTH, PREVIOUS_QUARTER, PREVIOUS_WEEK, PREVIOUS_YEAR, QUARTER_TO_DATE, TYPE_NOT_SUPPORTED, WEEK_TO_DATE, YEAR_TO_DATE]
  • format (String.t): Format of the generated report. Defaults to: null.

    • Enum - one of [CSV, EXCEL_CSV, XLSX]
  • googleCloudStoragePathForLatestReport (String.t): The path to the location in Google Cloud Storage where the latest report is stored. Defaults to: null.
  • googleDrivePathForLatestReport (String.t): The path in Google Drive for the latest report. Defaults to: null.
  • latestReportRunTimeMs (String.t): The time when the latest report started to run. Defaults to: null.
  • locale (String.t): Locale of the generated reports. Valid values are cs CZECH de GERMAN en ENGLISH es SPANISH fr FRENCH it ITALIAN ja JAPANESE ko KOREAN pl POLISH pt-BR BRAZILIAN_PORTUGUESE ru RUSSIAN tr TURKISH uk UKRAINIAN zh-CN CHINA_CHINESE zh-TW TAIWAN_CHINESE An locale string not in the list above will generate reports in English. Defaults to: null.
  • reportCount (integer()): Number of reports that have been generated for the query. Defaults to: null.
  • running (boolean()): Whether the latest report is currently running. Defaults to: null.
  • sendNotification (boolean()): Whether to send an email notification when a report is ready. Default to false. Defaults to: null.
  • shareEmailAddress ([String.t]): List of email addresses which are sent email notifications when the report is finished. Separate from sendNotification. Defaults to: null.
  • title (String.t): Query title. It is used to name the reports generated from this query. 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.QueryMetadata{
  dataRange: any(),
  format: any(),
  googleCloudStoragePathForLatestReport: any(),
  googleDrivePathForLatestReport: any(),
  latestReportRunTimeMs: any(),
  locale: any(),
  reportCount: any(),
  running: any(),
  sendNotification: any(),
  shareEmailAddress: [any()],
  title: 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.