google_api_ad_exchange_buyer v0.5.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 (DateTime): 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. Defaults to:
null
. - startDate (DateTime): 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. 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.