Show / Hide Table of Contents

Class IndexItemOptions

Inheritance
System.Object
IndexItemOptions
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 gsuite principals that do not exist or are deleted in the index request.

Declaration
[JsonProperty("allowUnknownGsuitePrincipals")]
public virtual bool? AllowUnknownGsuitePrincipals { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top