google_api_analytics v0.7.0 GoogleApi.Analytics.V3.Model.FilterSearchAndReplaceDetails View Source

Details for the filter of the type SEARCH_AND_REPLACE.

Attributes

  • caseSensitive (type: boolean(), default: nil) - Determines if the filter is case sensitive.
  • 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.
  • replaceString (type: String.t, default: nil) - Term to replace the search term with.
  • searchString (type: String.t, default: nil) - Term to search.

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.FilterSearchAndReplaceDetails{
  caseSensitive: boolean(),
  field: String.t(),
  fieldIndex: integer(),
  replaceString: String.t(),
  searchString: String.t()
}

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.