Class SubstringMatchCriteria
A criteria that matches a specific string of text in the document.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class SubstringMatchCriteria : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MatchCase
Indicates whether the search should respect case: - True: the search is case sensitive. - False: the
search is case insensitive.
Declaration
[JsonProperty("matchCase")]
public virtual bool? MatchCase { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
SearchByRegex
Optional. True if the find value should be treated as a regular expression. Any backslashes in the pattern
should be escaped. - True: the search text is treated as a regular expressions. - False: the search text
is treated as a substring for matching.
Declaration
[JsonProperty("searchByRegex")]
public virtual bool? SearchByRegex { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
Text
The text to search for in the document.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }Property Value
| Type | Description | 
|---|---|
| string |