View Source GoogleApi.DoubleClickBidManager.V2.Model.QueryMetadata (google_api_double_click_bid_manager v0.25.1)

The metadata of the query.

Attributes

  • dataRange (type: GoogleApi.DoubleClickBidManager.V2.Model.DataRange.t, default: nil) - The date range the report generated by the query will report on. This date range will be defined by the time zone as used by the advertiser.
  • format (type: String.t, default: nil) - The format of the report generated by the query.
  • sendNotification (type: boolean(), default: nil) - Whether an email notification is sent to the query creator when a report generated by the query is ready. This value is false by default.
  • shareEmailAddress (type: list(String.t), default: nil) - List of additional email addresses with which to share the query. If send_notification is true, these email addresses will receive a notification when a report generated by the query is ready. If these email addresses are connected to Display & Video 360 users, the query will be available to them in the Display & Video 360 interface.
  • title (type: String.t, default: nil) - The display name of the query. This value will be used in the file name of reports generated by the 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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.