Class SubstringMatchCriteria
A criteria that matches a specific string of text in a shape or table.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class SubstringMatchCriteria : IDirectResponseSchema
Properties
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? |
Text
The text to search for in the shape or table.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |