View Source GoogleApi.DoubleClickBidManager.V2.Model.DataRange (google_api_double_click_bid_manager v0.24.0)

Report data range.

Attributes

  • customEndDate (type: GoogleApi.DoubleClickBidManager.V2.Model.Date.t, default: nil) - The ending date for the data that is shown in the report. Note, customEndDate is required if range is CUSTOM_DATES and ignored otherwise.
  • customStartDate (type: GoogleApi.DoubleClickBidManager.V2.Model.Date.t, default: nil) - The starting data for the data that is shown in the report. Note, customStartDate is required if range is CUSTOM_DATES and ignored otherwise.
  • range (type: String.t, default: nil) - Report data range used to generate the report.

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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.