Class IndexItemOptions
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class IndexItemOptions : IDirectResponseSchema
Properties
AllowUnknownGsuitePrincipals
Specifies if the index request should allow Google Workspace principals that do not exist or are deleted.
Declaration
[JsonProperty("allowUnknownGsuitePrincipals")]
public virtual bool? AllowUnknownGsuitePrincipals { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |