Show / Hide Table of Contents

Class Filter.SearchAndReplaceDetailsData

Details for the filter of the type SEARCH_AND_REPLACE.

Inheritance
object
Filter.SearchAndReplaceDetailsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class Filter.SearchAndReplaceDetailsData

Properties

CaseSensitive

Determines if the filter is case sensitive.

Declaration
[JsonProperty("caseSensitive")]
public virtual bool? CaseSensitive { get; set; }
Property Value
Type Description
bool?

Field

Field to use in the filter.

Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type Description
string

FieldIndex

The Index of the custom dimension. Required if field is a CUSTOM_DIMENSION.

Declaration
[JsonProperty("fieldIndex")]
public virtual int? FieldIndex { get; set; }
Property Value
Type Description
int?

ReplaceString

Term to replace the search term with.

Declaration
[JsonProperty("replaceString")]
public virtual string ReplaceString { get; set; }
Property Value
Type Description
string

SearchString

Term to search.

Declaration
[JsonProperty("searchString")]
public virtual string SearchString { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX