View Source GoogleApi.DoubleClickSearch.V2.Model.ReportRequestTimeRange (google_api_double_click_search v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.