google_api_double_click_search v0.2.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 (DateTime.t): Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z. See additional references on how changed attribute reports work. Defaults to:
null
. - changedMetricsSinceTimestamp (DateTime.t): Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z. See additional references on how changed metrics reports work. Defaults to:
null
. - endDate (String.t): Inclusive date in YYYY-MM-DD format. Defaults to:
null
. - startDate (String.t): Inclusive date in YYYY-MM-DD format. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.DoubleClickSearch.V2.Model.ReportRequestTimeRange{
changedAttributesSinceTimestamp: DateTime.t(),
changedMetricsSinceTimestamp: DateTime.t(),
endDate: any(),
startDate: any()
}
t() :: %GoogleApi.DoubleClickSearch.V2.Model.ReportRequestTimeRange{ changedAttributesSinceTimestamp: DateTime.t(), changedMetricsSinceTimestamp: DateTime.t(), endDate: any(), startDate: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.