google_api_ad_exchange_buyer v0.7.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.RelativeDateRange View Source

A relative date range, specified by an offset and a duration. The supported range of dates begins 30 days before today and ends today, i.e., the limits for these values are: offset_days >= 0 duration_days >= 1 offset_days + duration_days <= 30

Attributes

  • durationDays (integer()): The number of days in the requested date range, e.g., for a range spanning today: 1. For a range spanning the last 7 days: 7. Defaults to: null.
  • offsetDays (integer()): The end date of the filter set, specified as the number of days before today, e.g., for a range where the last date is today: 0. 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.AdExchangeBuyer.V2beta1.Model.RelativeDateRange{
  durationDays: any(),
  offsetDays: 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.