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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.FilterSearchAndReplaceDetails{
  caseSensitive: boolean() | nil,
  field: String.t() | nil,
  fieldIndex: integer() | nil,
  replaceString: String.t() | nil,
  searchString: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.