Class FilterOptions
Filter options to be applied on query.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class FilterOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Generic filter to restrict the search, such as lang:en
, site:xyz
.
Declaration
[JsonProperty("filter")]
public virtual Filter Filter { get; set; }
Property Value
Type | Description |
---|---|
Filter |
ObjectType
If object_type is set, only objects of that type are returned. This should correspond to the name of the object that was registered within the definition of schema. The maximum length is 256 characters.
Declaration
[JsonProperty("objectType")]
public virtual string ObjectType { get; set; }
Property Value
Type | Description |
---|---|
string |