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

Information on how frequently and when to run a query.

Attributes

  • endTimeMs (String.t): Datetime to periodically run the query until. Defaults to: null.
  • frequency (String.t): How often the query is run. Defaults to: null.

    • Enum - one of [DAILY, MONTHLY, ONE_TIME, QUARTERLY, SEMI_MONTHLY, WEEKLY]
  • nextRunMinuteOfDay (integer()): 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. Defaults to: null.
  • nextRunTimezoneCode (String.t): Canonical timezone code for report generation time. Defaults to America/New_York. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.DoubleClickBidManager.V1.Model.QuerySchedule{
  endTimeMs: any(),
  frequency: any(),
  nextRunMinuteOfDay: any(),
  nextRunTimezoneCode: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.