google_api_double_click_search v0.5.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:DateTime.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:DateTime.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
Link to this type
t()
View Sourcet() :: %GoogleApi.DoubleClickSearch.V2.Model.ReportRequestTimeRange{
changedAttributesSinceTimestamp: DateTime.t(),
changedMetricsSinceTimestamp: DateTime.t(),
endDate: String.t(),
startDate: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.