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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1alpha.Model.BetweenFilter{
  fromValue: GoogleApi.AnalyticsData.V1alpha.Model.NumericValue.t() | nil,
  toValue: GoogleApi.AnalyticsData.V1alpha.Model.NumericValue.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.