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

Information on how frequently and when to run a query.

Attributes

  • endTimeMs (type: String.t, default: nil) - Datetime to periodically run the query until.
  • frequency (type: String.t, default: nil) - How often the query is run.
  • nextRunMinuteOfDay (type: integer(), default: nil) - Time of day at which a new report will be generated, represented as minutes past midnight. Range is 0 to 1439. Only applies to scheduled reports.
  • nextRunTimezoneCode (type: String.t, default: nil) - Canonical timezone code for report generation time. Defaults to America/New_York.
  • startTimeMs (type: String.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.V11.Model.QuerySchedule{
  endTimeMs: String.t() | nil,
  frequency: String.t() | nil,
  nextRunMinuteOfDay: integer() | nil,
  nextRunTimezoneCode: String.t() | nil,
  startTimeMs: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.