View Source GoogleApi.AnalyticsData.V1alpha.Model.NumericFilter (google_api_analytics_data v0.14.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1alpha.Model.NumericFilter{
  operation: String.t() | nil,
  value: GoogleApi.AnalyticsData.V1alpha.Model.NumericValue.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.