GoogleApi.Analytics.V3.Model.FilterLowercaseDetails (google_api_analytics v0.13.0) View Source

Details for the filter of the type LOWER.

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Analytics.V3.Model.FilterLowercaseDetails{
  field: String.t(),
  fieldIndex: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.