google_api_double_click_bid_manager v0.10.0 GoogleApi.DoubleClickBidManager.V11.Model.QueryMetadata View Source
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_CHINESEAn 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.DoubleClickBidManager.V11.Model.QueryMetadata{ dataRange: String.t(), format: String.t(), googleCloudStoragePathForLatestReport: String.t(), googleDrivePathForLatestReport: String.t(), latestReportRunTimeMs: String.t(), locale: String.t(), reportCount: integer(), running: boolean(), sendNotification: boolean(), shareEmailAddress: [String.t()], title: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.