View Source GoogleApi.DoubleClickBidManager.V2.Model.DataRange (google_api_double_click_bid_manager v0.25.1)
The date range to be reported on.
Attributes
-
customEndDate
(type:GoogleApi.DoubleClickBidManager.V2.Model.Date.t
, default:nil
) - IfCUSTOM_DATES
is assigned to range, this field specifies the end date for the date range that is reported on. This field is required if usingCUSTOM_DATES
range and will be ignored otherwise. -
customStartDate
(type:GoogleApi.DoubleClickBidManager.V2.Model.Date.t
, default:nil
) - IfCUSTOM_DATES
is assigned to range, this field specifies the starting date for the date range that is reported on. This field is required if usingCUSTOM_DATES
range and will be ignored otherwise. -
range
(type:String.t
, default:nil
) - The preset date range to be reported on. IfCUSTOM_DATES
is assigned to this field, fields custom_start_date and custom_end_date must be set to specify the custom date range.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.DataRange{ customEndDate: GoogleApi.DoubleClickBidManager.V2.Model.Date.t() | nil, customStartDate: GoogleApi.DoubleClickBidManager.V2.Model.Date.t() | nil, range: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.