View Source GoogleApi.DoubleClickBidManager.V2.Model.QueryMetadata (google_api_double_click_bid_manager v0.24.0)
Query metadata.
Attributes
-
dataRange
(type:GoogleApi.DoubleClickBidManager.V2.Model.DataRange.t
, default:nil
) - Range of report data. All reports will be based on the same time zone as used by the advertiser. -
format
(type:String.t
, default:nil
) - Format of the generated report. -
sendNotification
(type:boolean()
, default:nil
) - Whether to send an email notification when a report is ready. Defaults 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 send_notification. -
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.V2.Model.QueryMetadata{ dataRange: GoogleApi.DoubleClickBidManager.V2.Model.DataRange.t() | nil, format: String.t() | nil, sendNotification: boolean() | nil, shareEmailAddress: [String.t()] | nil, title: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.