GoogleApi.AnalyticsData.V1alpha.Model.NumericFilter (google_api_analytics_data v0.2.0) View Source
Filters for numeric or date values.
Attributes
-
operation
(type:String.t
, default:nil
) - The operation type for this filter. -
value
(type:GoogleApi.AnalyticsData.V1alpha.Model.NumericValue.t
, default:nil
) - A numeric value or a date value.
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.NumericFilter{ operation: String.t(), value: GoogleApi.AnalyticsData.V1alpha.Model.NumericValue.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.