View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.AbsoluteDateRange (google_api_ad_exchange_buyer v0.41.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.AbsoluteDateRange{ endDate: GoogleApi.AdExchangeBuyer.V2beta1.Model.Date.t() | nil, startDate: GoogleApi.AdExchangeBuyer.V2beta1.Model.Date.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.