View Source GoogleApi.DoubleClickBidManager.V2.Model.QuerySchedule (google_api_double_click_bid_manager v0.24.0)

Information on when and how frequently to run a query.

Attributes

  • endDate (type: GoogleApi.DoubleClickBidManager.V2.Model.Date.t, default: nil) - Date to periodically run the query until. Not applicable to ONE_TIME frequency.
  • frequency (type: String.t, default: nil) - How often the query is run.
  • nextRunTimezoneCode (type: String.t, default: nil) - Canonical timezone code for report generation time. Defaults to America/New_York.
  • startDate (type: GoogleApi.DoubleClickBidManager.V2.Model.Date.t, default: nil) - When to start running the query. Not applicable to ONE_TIME frequency.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.QuerySchedule{
  endDate: GoogleApi.DoubleClickBidManager.V2.Model.Date.t() | nil,
  frequency: String.t() | nil,
  nextRunTimezoneCode: String.t() | nil,
  startDate: GoogleApi.DoubleClickBidManager.V2.Model.Date.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.