google_api_double_click_bid_manager v0.17.0 GoogleApi.DoubleClickBidManager.V1.Model.QuerySchedule View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DoubleClickBidManager.V1.Model.QuerySchedule{
  endTimeMs: String.t(),
  frequency: String.t(),
  nextRunMinuteOfDay: integer(),
  nextRunTimezoneCode: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.