GoogleApi.AnalyticsData.V1alpha.Model.BetweenFilter (google_api_analytics_data v0.2.0) View Source
To express that the result needs to be between two numbers (inclusive).
Attributes
-
fromValue
(type:GoogleApi.AnalyticsData.V1alpha.Model.NumericValue.t
, default:nil
) - Begins with this number. -
toValue
(type:GoogleApi.AnalyticsData.V1alpha.Model.NumericValue.t
, default:nil
) - Ends with this number.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsData.V1alpha.Model.BetweenFilter{ fromValue: GoogleApi.AnalyticsData.V1alpha.Model.NumericValue.t(), toValue: GoogleApi.AnalyticsData.V1alpha.Model.NumericValue.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.