google_api_ad_exchange_buyer v0.29.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.AbsoluteDateRange View Source

An absolute date range, specified by its start date and end date. The supported range of dates begins 30 days before today and ends today. Validity checked upon filter set creation. If a filter set with an absolute date range is run at a later date more than 30 days after start_date, it will fail.

Attributes

  • endDate (type: GoogleApi.AdExchangeBuyer.V2beta1.Model.Date.t, default: nil) - The end date of the range (inclusive). Must be within the 30 days leading up to current date, and must be equal to or after start_date.
  • startDate (type: GoogleApi.AdExchangeBuyer.V2beta1.Model.Date.t, default: nil) - The start date of the range (inclusive). Must be within the 30 days leading up to current date, and must be equal to or before end_date.

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.AbsoluteDateRange{
  endDate: GoogleApi.AdExchangeBuyer.V2beta1.Model.Date.t(),
  startDate: GoogleApi.AdExchangeBuyer.V2beta1.Model.Date.t()
}

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.