View Source GoogleApi.AnalyticsAdmin.V1beta.Model.GoogleAnalyticsAdminV1betaAccessNumericFilter (google_api_analytics_admin v0.21.0)

Filters for numeric or date values.

Attributes

  • operation (type: String.t, default: nil) - The operation type for this filter.
  • value (type: GoogleApi.AnalyticsAdmin.V1beta.Model.GoogleAnalyticsAdminV1betaNumericValue.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.AnalyticsAdmin.V1beta.Model.GoogleAnalyticsAdminV1betaAccessNumericFilter{
    operation: String.t() | nil,
    value:
      GoogleApi.AnalyticsAdmin.V1beta.Model.GoogleAnalyticsAdminV1betaNumericValue.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.