Class AdminFilters
- AdminFilters defines a set of filters that can be applied to a connection. These are currently used by Gemini Enterprise connections.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class AdminFilters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilterKey
Required. Unique name for the filter, e.g., "SharePointSiteURL", "DocumentType", "ChatSpaceName".
Declaration
[JsonProperty("filterKey")]
public virtual string FilterKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilterType
Required. Type of the filter.
Declaration
[JsonProperty("filterType")]
public virtual string FilterType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IntValue
Optional. A single integer value.
Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StringListValues
Optional. List of string values.
Declaration
[JsonProperty("stringListValues")]
public virtual StringListValues StringListValues { get; set; }
Property Value
| Type | Description |
|---|---|
| StringListValues |
StringValue
Optional. A single string value.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |