Show / Hide Table of Contents

Class RestrictItem

Information relevant only to a restrict entry. NextId: 12

Inheritance
System.Object
RestrictItem
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 RestrictItem : IDirectResponseSchema

Properties

DriveFollowUpRestrict

LINT.ThenChange(//depot/google3/java/com/google/apps/search/quality/itemsuggest/utils/SubtypeRerank ingUtils.java)

Declaration
[JsonProperty("driveFollowUpRestrict")]
public virtual DriveFollowUpRestrict DriveFollowUpRestrict { get; set; }
Property Value
Type Description
DriveFollowUpRestrict

DriveLocationRestrict

Declaration
[JsonProperty("driveLocationRestrict")]
public virtual DriveLocationRestrict DriveLocationRestrict { get; set; }
Property Value
Type Description
DriveLocationRestrict

DriveMimeTypeRestrict

LINT.IfChange Drive Types.

Declaration
[JsonProperty("driveMimeTypeRestrict")]
public virtual DriveMimeTypeRestrict DriveMimeTypeRestrict { get; set; }
Property Value
Type Description
DriveMimeTypeRestrict

DriveTimeSpanRestrict

Declaration
[JsonProperty("driveTimeSpanRestrict")]
public virtual DriveTimeSpanRestrict DriveTimeSpanRestrict { get; set; }
Property Value
Type Description
DriveTimeSpanRestrict

ETag

The ETag of the item.

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

SearchOperator

The search restrict (e.g. "after:2017-09-11 before:2017-09-12").

Declaration
[JsonProperty("searchOperator")]
public virtual string SearchOperator { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top