View Source GoogleApi.Analytics.V3.Model.FilterUppercaseDetails (google_api_analytics v0.15.0)

Details for the filter of the type UPPER.

Attributes

  • field (type: String.t, default: nil) - Field to use in the filter.
  • fieldIndex (type: integer(), default: nil) - The Index of the custom dimension. Required if field is a CUSTOM_DIMENSION.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.FilterUppercaseDetails{
  field: String.t() | nil,
  fieldIndex: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.