google_api_analytics v0.5.0 GoogleApi.Analytics.V3.Model.FilterLowercaseDetails 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.