google_api_double_click_search v0.12.0 GoogleApi.DoubleClickSearch.V2.Model.ReportRequestTimeRange View Source

If metrics are requested in a report, this argument will be used to restrict the metrics to a specific time range.

Attributes

  • changedAttributesSinceTimestamp (type: String.t, default: nil) - Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z. See additional references on how changed attribute reports work.
  • changedMetricsSinceTimestamp (type: String.t, default: nil) - Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z. See additional references on how changed metrics reports work.
  • endDate (type: String.t, default: nil) - Inclusive date in YYYY-MM-DD format.
  • startDate (type: String.t, default: nil) - Inclusive date in YYYY-MM-DD format.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DoubleClickSearch.V2.Model.ReportRequestTimeRange{
  changedAttributesSinceTimestamp: String.t(),
  changedMetricsSinceTimestamp: String.t(),
  endDate: String.t(),
  startDate: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.