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

Settings on when and how frequently to run a query.

Attributes

  • endDate (type: GoogleApi.DoubleClickBidManager.V2.Model.Date.t, default: nil) - The date on which to end the scheduled runs. This field is required if frequency is not set to ONE_TIME. Otherwise, it will be ignored.
  • frequency (type: String.t, default: nil) - How frequently to run the query. If set to ONE_TIME, the query will only be run when queries.run is called.
  • nextRunTimezoneCode (type: String.t, default: nil) - The canonical code for the timezone the query schedule is based on. Scheduled runs are usually conducted in the morning of a given day. Defaults to America/New_York.
  • startDate (type: GoogleApi.DoubleClickBidManager.V2.Model.Date.t, default: nil) - The date on which to begin the scheduled runs. This field is required if frequency is not set to ONE_TIME. Otherwise, it will be ignored.

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.