View Source GoogleApi.DoubleClickBidManager.V11.Model.QueryMetadata (google_api_double_click_bid_manager v0.25.1)
Query metadata.
Attributes
-
dataRange
(type:String.t
, default:nil
) - Range of report data. -
format
(type:String.t
, default:nil
) - Format of the generated report. -
googleCloudStoragePathForLatestReport
(type:String.t
, default:nil
) - The path to the location in Google Cloud Storage where the latest report is stored. -
googleDrivePathForLatestReport
(type:String.t
, default:nil
) - The path in Google Drive for the latest report. -
latestReportRunTimeMs
(type:String.t
, default:nil
) - The time when the latest report started to run. -
locale
(type:String.t
, default:nil
) - 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. -
reportCount
(type:integer()
, default:nil
) - Number of reports that have been generated for the query. -
running
(type:boolean()
, default:nil
) - Whether the latest report is currently running. -
sendNotification
(type:boolean()
, default:nil
) - Whether to send an email notification when a report is ready. Default to false. -
shareEmailAddress
(type:list(String.t)
, default:nil
) - List of email addresses which are sent email notifications when the report is finished. Separate from sendNotification. -
title
(type:String.t
, default:nil
) - Query title. It is used to name the reports generated from this query.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V11.Model.QueryMetadata{ dataRange: String.t() | nil, format: String.t() | nil, googleCloudStoragePathForLatestReport: String.t() | nil, googleDrivePathForLatestReport: String.t() | nil, latestReportRunTimeMs: String.t() | nil, locale: String.t() | nil, reportCount: integer() | nil, running: boolean() | nil, sendNotification: boolean() | nil, shareEmailAddress: [String.t()] | nil, title: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.